aboutsummaryrefslogtreecommitdiff
path: root/gui/newgui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/newgui.h')
-rw-r--r--gui/newgui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/newgui.h b/gui/newgui.h
index e8c0eae556..f57cb68488 100644
--- a/gui/newgui.h
+++ b/gui/newgui.h
@@ -56,7 +56,7 @@ typedef Common::FixedStack<Dialog *> DialogStack;
class NewGui : public Common::Singleton<NewGui> {
typedef Common::String String;
friend class Dialog;
- friend SingletonBaseType *makeInstance<>();
+ friend class Common::Singleton<SingletonBaseType>;
NewGui();
public: