diff options
| author | Johannes Schickel | 2007-05-27 11:40:03 +0000 |
|---|---|---|
| committer | Johannes Schickel | 2007-05-27 11:40:03 +0000 |
| commit | 86104e0bf0b76c06160eb299989262d0e9619c1c (patch) | |
| tree | a9a96eb21a9004b2e200471009ca4060648b8fd1 /base | |
| parent | 7d8619350f70f6ca82970b8a12ae0d35c0dacca2 (diff) | |
| download | scummvm-rg350-86104e0bf0b76c06160eb299989262d0e9619c1c.tar.gz scummvm-rg350-86104e0bf0b76c06160eb299989262d0e9619c1c.tar.bz2 scummvm-rg350-86104e0bf0b76c06160eb299989262d0e9619c1c.zip | |
Reverted r26922.
svn-id: r26967
Diffstat (limited to 'base')
| -rw-r--r-- | base/plugins.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp index 7e614dd2bd..23889242f2 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -139,6 +139,8 @@ public: #pragma mark - +DECLARE_SINGLETON(PluginManager); + PluginManager::PluginManager() { #ifndef DYNAMIC_MODULES // Add the static plugin provider if we do not build with dynamic |
