diff options
Diffstat (limited to 'gui/theme.h')
-rw-r--r-- | gui/theme.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/theme.h b/gui/theme.h index 8fd560603c..b5b8d037f0 100644 --- a/gui/theme.h +++ b/gui/theme.h @@ -210,7 +210,7 @@ public: bool isThemeLoadingRequired(); bool sectionIsSkipped(Common::ConfigFile &config, const char *name, int w, int h); void loadTheme(Common::ConfigFile &config, bool reset = true); - + void loadTheme(Common::ConfigFile &config, bool reset, bool doBackendSpecificPostProcessing); Eval *_evaluator; static bool themeConfigUseable(const Common::String &file, const Common::String &style="", Common::String *cStyle=0, Common::ConfigFile *cfg=0); |