[Scummvm-cvs-logs] scummvm master -> 96853b234cdbe6465f7484f6fc90a878ccba1051
lordhoto
lordhoto at gmail.com
Wed Feb 1 19:26:05 CET 2012
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
96853b234c ENGINES: Get rid of unnecessary friend in EngineManager.
Commit: 96853b234cdbe6465f7484f6fc90a878ccba1051
https://github.com/scummvm/scummvm/commit/96853b234cdbe6465f7484f6fc90a878ccba1051
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2012-02-01T10:22:55-08:00
Commit Message:
ENGINES: Get rid of unnecessary friend in EngineManager.
Changed paths:
engines/metaengine.h
diff --git a/engines/metaengine.h b/engines/metaengine.h
index 8eb8044..d9c1360 100644
--- a/engines/metaengine.h
+++ b/engines/metaengine.h
@@ -224,9 +224,6 @@ typedef PluginSubclass<MetaEngine> EnginePlugin;
* Singleton class which manages all Engine plugins.
*/
class EngineManager : public Common::Singleton<EngineManager> {
-private:
- friend class Common::Singleton<SingletonBaseType>;
-
public:
GameDescriptor findGameInLoadedPlugins(const Common::String &gameName, const EnginePlugin **plugin = NULL) const;
GameDescriptor findGame(const Common::String &gameName, const EnginePlugin **plugin = NULL) const;
More information about the Scummvm-git-logs
mailing list