From 5d88c3954968b8eccb86363055bda55300ac2586 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 6 Jan 2005 18:38:34 +0000 Subject: Modify the singleton code once more to help overcome an issue with MSVC 7 (see also patch #1095133) svn-id: r16454 --- base/plugins.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/plugins.h') 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; PluginManager(); public: -- cgit v1.2.3