Changeset 10509 for code/branches/core7/src/libraries/core/CoreConfig.cc
- Timestamp:
- May 30, 2015, 12:22:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/libraries/core/CoreConfig.cc
r10480 r10509 34 34 #include "core/config/ConfigValueIncludes.h" 35 35 #include "core/Language.h" 36 #include "core/ PathConfig.h"36 #include "core/ApplicationPaths.h" 37 37 38 38 namespace orxonox … … 72 72 .callback(static_cast<BaseWriter*>(OutputManager::getInstance().getLogWriter()), &BaseWriter::changedConfigurableAdditionalContexts); 73 73 74 SetConfigValue(bDevMode_, PathConfig::buildDirectoryRun())74 SetConfigValue(bDevMode_, ApplicationPaths::buildDirectoryRun()) 75 75 .description("Developer mode. If not set, hides some things from the user to not confuse him.") 76 76 .callback(this, &CoreConfig::devModeChanged);
Note: See TracChangeset
for help on using the changeset viewer.