diff options
Diffstat (limited to 'gui/ThemeEngine.h')
-rw-r--r-- | gui/ThemeEngine.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/ThemeEngine.h b/gui/ThemeEngine.h index 56a288f9d4..b96cc47d7e 100644 --- a/gui/ThemeEngine.h +++ b/gui/ThemeEngine.h @@ -119,7 +119,7 @@ protected: 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 const DrawDataInfo kDrawDataDefaults[]; @@ -139,7 +139,7 @@ protected: TextData id; const char *name; }; - + static const TextDataInfo kTextDataDefaults[]; public: |