aboutsummaryrefslogtreecommitdiffstats
path: root/include/lv2/ui/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lv2/ui/ui.h')
-rw-r--r--include/lv2/ui/ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lv2/ui/ui.h b/include/lv2/ui/ui.h
index d825d76..d17edcb 100644
--- a/include/lv2/ui/ui.h
+++ b/include/lv2/ui/ui.h
@@ -69,7 +69,7 @@
/**
The index returned by LV2UI_Port_Map::port_index() for unknown ports.
*/
-#define LV2UI_INVALID_PORT_INDEX ((uint32_t)-1)
+#define LV2UI_INVALID_PORT_INDEX ((uint32_t)(-1))
#ifdef __cplusplus
extern "C" {