Changeset 2363 for code/branches/objecthierarchy2/src/core/Core.h
- Timestamp:
- Dec 9, 2008, 9:26:54 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy2/src/core/Core.h
r2361 r2363 56 56 void languageChanged(); 57 57 58 static Core& getInstance() { assert( singletonRef_s); return *singletonRef_s; }58 static Core& getInstance() { assert(Core::singletonRef_s); return *Core::singletonRef_s; } 59 59 60 60 static int getSoftDebugLevel(OutputHandler::OutputDevice device = OutputHandler::LD_All);
Note: See TracChangeset
for help on using the changeset viewer.