aboutsummaryrefslogtreecommitdiff
path: root/base/plugins.h
diff options
context:
space:
mode:
authorJohannes Schickel2012-02-01 19:38:27 +0100
committerJohannes Schickel2012-02-01 19:38:27 +0100
commit1e0de79cf54f2483c819584033ae3405ea7e8011 (patch)
tree1a2e607ded62edd1b3ef71d9df81c11b35efbd3c /base/plugins.h
parent96853b234cdbe6465f7484f6fc90a878ccba1051 (diff)
downloadscummvm-rg350-1e0de79cf54f2483c819584033ae3405ea7e8011.tar.gz
scummvm-rg350-1e0de79cf54f2483c819584033ae3405ea7e8011.tar.bz2
scummvm-rg350-1e0de79cf54f2483c819584033ae3405ea7e8011.zip
BASE: Get rid of unecessary friend in PluginManagerUncached.
Diffstat (limited to 'base/plugins.h')
-rw-r--r--base/plugins.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/plugins.h b/base/plugins.h
index fffb5fb910..327aaf47d8 100644
--- a/base/plugins.h
+++ b/base/plugins.h
@@ -344,7 +344,6 @@ public:
**/
class PluginManagerUncached : public PluginManager {
protected:
- friend class PluginManager;
PluginList _allEnginePlugins;
PluginList::iterator _currentPlugin;