aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeEngine.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/ThemeEngine.h')
-rw-r--r--gui/ThemeEngine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/ThemeEngine.h b/gui/ThemeEngine.h
index afad28c133..4435848fb3 100644
--- a/gui/ThemeEngine.h
+++ b/gui/ThemeEngine.h
@@ -118,9 +118,9 @@ protected:
const char *name; //!< The name of the DrawData item as it appears in the Theme Description files
bool buffer; //!< Sets whether this item is buffered on the backbuffer or drawn directly to the screen.
DrawData parent; //!< Parent DrawData item, for items that overlay. E.g. kButtonIdle -> kButtonHover
- }
+ };
- static kDrawDataDefaults[];
+ static const DrawDataInfo kDrawDataDefaults[];
enum TextData {