[Scummvm-cvs-logs] SF.net SVN: scummvm:[54257] scummvm/trunk/common/singleton.h
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Tue Nov 16 09:21:53 CET 2010
Revision: 54257
http://scummvm.svn.sourceforge.net/scummvm/?rev=54257&view=rev
Author: fingolfin
Date: 2010-11-16 08:21:53 +0000 (Tue, 16 Nov 2010)
Log Message:
-----------
COMMON: Make Common::Singleton::_singleton protected instead of public
Modified Paths:
--------------
scummvm/trunk/common/singleton.h
Modified: scummvm/trunk/common/singleton.h
===================================================================
--- scummvm/trunk/common/singleton.h 2010-11-15 23:52:06 UTC (rev 54256)
+++ scummvm/trunk/common/singleton.h 2010-11-16 08:21:53 UTC (rev 54257)
@@ -87,7 +87,8 @@
#endif
typedef T SingletonBaseType;
-
+
+protected:
static T *_singleton;
};
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list