From 96853b234cdbe6465f7484f6fc90a878ccba1051 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Wed, 1 Feb 2012 19:22:55 +0100 Subject: ENGINES: Get rid of unnecessary friend in EngineManager. --- engines/metaengine.h | 3 --- 1 file changed, 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 EnginePlugin; * Singleton class which manages all Engine plugins. */ class EngineManager : public Common::Singleton { -private: - friend class Common::Singleton; - public: GameDescriptor findGameInLoadedPlugins(const Common::String &gameName, const EnginePlugin **plugin = NULL) const; GameDescriptor findGame(const Common::String &gameName, const EnginePlugin **plugin = NULL) const; -- cgit v1.2.3