Changeset 11015 for code/trunk/src/libraries/core/module/PluginManager.cc
- Timestamp:
- Jan 2, 2016, 3:36:10 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/module/PluginManager.cc
r11014 r11015 99 99 Plugin* plugin = this->plugins_[name]; 100 100 if (plugin != NULL) 101 plugin->dereference( );101 plugin->dereference(false); 102 102 else 103 103 orxout(internal_warning) << "Cannot find plugin with name " << name << endl;
Note: See TracChangeset
for help on using the changeset viewer.