aboutsummaryrefslogtreecommitdiff
path: root/gui/GuiManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/GuiManager.h')
-rw-r--r--gui/GuiManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/GuiManager.h b/gui/GuiManager.h
index 5e97fd82a2..2f3f3711ab 100644
--- a/gui/GuiManager.h
+++ b/gui/GuiManager.h
@@ -102,7 +102,7 @@ public:
/**
* Lists all theme files useable.
*/
- void listUseableThemes(Common::List<ThemeDescriptor> &list);
+ static void listUsableThemes(Common::List<ThemeDescriptor> &list);
protected:
enum RedrawStatus {
kRedrawDisabled = 0,
@@ -159,7 +159,7 @@ protected:
void screenChange();
Common::String findThemeFile(const Common::String &id);
- void listUseableThemes(Common::FSNode node, Common::List<ThemeDescriptor> &list);
+ static void listUsableThemes(Common::FSNode node, Common::List<ThemeDescriptor> &list);
};
} // End of namespace GUI