Changeset 2702 for code/branches/buildsystem3/src/orxonox/gui
- Timestamp:
- Feb 27, 2009, 2:13:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem3/src/orxonox/gui/GUIManager.cc
r2687 r2702 42 42 #include <CEGUIDefaultLogger.h> 43 43 #include <ogreceguirenderer/OgreCEGUIRenderer.h> 44 #include "SpecialConfig.h" // Configures the macro below 44 45 #ifdef CEGUILUA_USE_INTERNAL_LIBRARY 45 46 # include <ceguilua/CEGUILua.h> … … 151 152 152 153 // Create our own logger to specify the filepath 153 boost::filesystem::path ceguiLogFilepath(Core::getLogPath() +"cegui.log");154 boost::filesystem::path ceguiLogFilepath(Core::getLogPath() / "cegui.log"); 154 155 this->ceguiLogger_ = new DefaultLogger(); 155 156 this->ceguiLogger_->setLogFilename(ceguiLogFilepath.file_string());
Note: See TracChangeset
for help on using the changeset viewer.