[Scummvm-cvs-logs] scummvm master -> 1e0de79cf54f2483c819584033ae3405ea7e8011

lordhoto lordhoto at gmail.com
Wed Feb 1 19:40:30 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:
1e0de79cf5 BASE: Get rid of unecessary friend in PluginManagerUncached.


Commit: 1e0de79cf54f2483c819584033ae3405ea7e8011
    https://github.com/scummvm/scummvm/commit/1e0de79cf54f2483c819584033ae3405ea7e8011
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2012-02-01T10:38:27-08:00

Commit Message:
BASE: Get rid of unecessary friend in PluginManagerUncached.

Changed paths:
    base/plugins.h



diff --git a/base/plugins.h b/base/plugins.h
index fffb5fb..327aaf4 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;
 






More information about the Scummvm-git-logs mailing list