diff options
Diffstat (limited to 'gui/ThemeEngine.h')
-rw-r--r-- | gui/ThemeEngine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ThemeEngine.h b/gui/ThemeEngine.h index db2794cd91..46c8c1ff91 100644 --- a/gui/ThemeEngine.h +++ b/gui/ThemeEngine.h @@ -402,7 +402,7 @@ public: /** @name WIDGET DRAWING METHODS */ //@{ - void drawWidgetBackground(const Common::Rect &r, uint16 hints, WidgetBackground background = kWidgetBackgroundPlain); + void drawWidgetBackground(const Common::Rect &r, WidgetBackground background); void drawButton(const Common::Rect &r, const Common::String &str, WidgetStateInfo state = kStateEnabled, uint16 hints = 0); |