Changeset 10509 for code/branches/core7/src/orxonox/chat/ChatHistory.cc
- Timestamp:
- May 30, 2015, 12:22:27 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/orxonox/chat/ChatHistory.cc
r10464 r10509 29 29 #include "ChatHistory.h" 30 30 #include "core/singleton/ScopedSingletonIncludes.h" 31 #include "core/ConfigurablePaths.h" 31 32 32 33 #ifndef CHATTEST … … 121 122 */ 122 123 #ifndef CHATTEST 123 this->hist_logfile.open( ( PathConfig::getInstance().getLogPathString() +124 this->hist_logfile.open( (ConfigurablePaths::getLogPathString() + 124 125 "chatlog.log").c_str(), 125 126 std::fstream::out | std::fstream::app );
Note: See TracChangeset
for help on using the changeset viewer.