aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorMax Horn2005-01-06 18:38:34 +0000
committerMax Horn2005-01-06 18:38:34 +0000
commit5d88c3954968b8eccb86363055bda55300ac2586 (patch)
treef45c5bada27815e466bab2089d00684fa6ee2436 /gui
parent9cfb8d3bb506f07b5373f4ba56a747a027778a47 (diff)
downloadscummvm-rg350-5d88c3954968b8eccb86363055bda55300ac2586.tar.gz
scummvm-rg350-5d88c3954968b8eccb86363055bda55300ac2586.tar.bz2
scummvm-rg350-5d88c3954968b8eccb86363055bda55300ac2586.zip
Modify the singleton code once more to help overcome an issue with MSVC 7 (see also patch #1095133)
svn-id: r16454
Diffstat (limited to 'gui')
-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: