aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/sys_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/sys_options.h')
-rw-r--r--src/gwin/sys_options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gwin/sys_options.h b/src/gwin/sys_options.h
index 69507b94..0f3f3f4b 100644
--- a/src/gwin/sys_options.h
+++ b/src/gwin/sys_options.h
@@ -33,8 +33,8 @@
* @brief Should the widget hierarchy be included. This provides parent-child features.
* @details Defaults to FALSE
*/
- #ifndef GWIN_NEED_HIERARCHY
- #define GWIN_NEED_HIERARCHY FALSE
+ #ifndef GWIN_NEED_CONTAINERS
+ #define GWIN_NEED_CONTAINERS FALSE
#endif
/**
* @brief Should widget functions be included. Needed for any widget (eg Buttons, Sliders etc)