diff options
author | Johannes Schickel | 2012-02-01 19:38:27 +0100 |
---|---|---|
committer | Johannes Schickel | 2012-02-01 19:38:27 +0100 |
commit | 1e0de79cf54f2483c819584033ae3405ea7e8011 (patch) | |
tree | 1a2e607ded62edd1b3ef71d9df81c11b35efbd3c | |
parent | 96853b234cdbe6465f7484f6fc90a878ccba1051 (diff) | |
download | scummvm-rg350-1e0de79cf54f2483c819584033ae3405ea7e8011.tar.gz scummvm-rg350-1e0de79cf54f2483c819584033ae3405ea7e8011.tar.bz2 scummvm-rg350-1e0de79cf54f2483c819584033ae3405ea7e8011.zip |
BASE: Get rid of unecessary friend in PluginManagerUncached.
-rw-r--r-- | base/plugins.h | 1 |
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; |