aboutsummaryrefslogtreecommitdiff
path: root/base/plugins.h
diff options
context:
space:
mode:
authorMax Horn2005-01-06 18:38:34 +0000
committerMax Horn2005-01-06 18:38:34 +0000
commit5d88c3954968b8eccb86363055bda55300ac2586 (patch)
treef45c5bada27815e466bab2089d00684fa6ee2436 /base/plugins.h
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 'base/plugins.h')
-rw-r--r--base/plugins.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/plugins.h b/base/plugins.h
index 6252bfeaaf..04c90ddf0c 100644
--- a/base/plugins.h
+++ b/base/plugins.h
@@ -117,7 +117,7 @@ private:
bool tryLoadPlugin(Plugin *plugin);
- friend SingletonBaseType *makeInstance<>();
+ friend class Common::Singleton<SingletonBaseType>;
PluginManager();
public: