aboutsummaryrefslogtreecommitdiff
path: root/engines/metaengine.h
diff options
context:
space:
mode:
authorJohannes Schickel2012-02-01 19:22:55 +0100
committerJohannes Schickel2012-02-01 19:22:55 +0100
commit96853b234cdbe6465f7484f6fc90a878ccba1051 (patch)
treeb79887ec9b26d2475450957a8e55b7619555146e /engines/metaengine.h
parent81bc7226050f00010c57c159ea3a85af580b2ffb (diff)
downloadscummvm-rg350-96853b234cdbe6465f7484f6fc90a878ccba1051.tar.gz
scummvm-rg350-96853b234cdbe6465f7484f6fc90a878ccba1051.tar.bz2
scummvm-rg350-96853b234cdbe6465f7484f6fc90a878ccba1051.zip
ENGINES: Get rid of unnecessary friend in EngineManager.
Diffstat (limited to 'engines/metaengine.h')
-rw-r--r--engines/metaengine.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/metaengine.h b/engines/metaengine.h
index 8eb8044b34..d9c1360042 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;