aboutsummaryrefslogtreecommitdiff
path: root/gui/theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/theme.h')
-rw-r--r--gui/theme.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/theme.h b/gui/theme.h
index 26190df436..f6a5d8c40d 100644
--- a/gui/theme.h
+++ b/gui/theme.h
@@ -31,6 +31,7 @@
#include "graphics/surface.h"
#include "graphics/fontman.h"
+#include "gui/widget.h"
#include "gui/eval.h"
namespace GUI {
@@ -170,7 +171,7 @@ public:
}
void processResSection(Common::ConfigFile &config, String name, bool skipDefs = false, const String prefix = "");
- void processSingleLine(const String &section, const String name, const String str);
+ void processSingleLine(const String &section, const String prefix, const String name, const String str);
void setSpecialAlias(const String alias, const String &name);
bool isThemeLoadingRequired();