- Timestamp:
- Jun 7, 2015, 11:57:31 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/libraries/core/CoreStaticInitializationHandler.cc
r10535 r10538 31 31 #include "module/ModuleInstance.h" 32 32 #include "class/IdentifierManager.h" 33 #include "singleton/ScopeManager.h"34 33 35 34 namespace orxonox … … 65 64 { 66 65 IdentifierManager::getInstance().createClassHierarchy(); 67 ScopeManager::getInstance().updateListeners();68 66 } 69 67
Note: See TracChangeset
for help on using the changeset viewer.