Changeset 1036 for code/branches/core2/src/orxonox/core/OutputHandler.cc
- Timestamp:
- Apr 13, 2008, 1:36:45 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core2/src/orxonox/core/OutputHandler.cc
r1030 r1036 31 31 */ 32 32 33 #include " DebugLevel.h"33 #include "CoreSettings.h" 34 34 #include "OutputHandler.h" 35 35 #include "ConsoleCommand.h" … … 77 77 int OutputHandler::getSoftDebugLevel(OutputHandler::OutputDevice device) 78 78 { 79 return DebugLevel::getSoftDebugLevel(device);79 return CoreSettings::getSoftDebugLevel(device); 80 80 } 81 81
Note: See TracChangeset
for help on using the changeset viewer.