- Timestamp:
- Nov 6, 2015, 10:54:34 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/libraries/util/output/OutputManager.cc
r9550 r10768 57 57 58 58 this->isInitialized_ = false; 59 this->memoryWriterInstance_ = 0;60 this->consoleWriterInstance_ = 0;61 this->logWriterInstance_ = 0;59 this->memoryWriterInstance_ = nullptr; 60 this->consoleWriterInstance_ = nullptr; 61 this->logWriterInstance_ = nullptr; 62 62 63 63 // register 'undefined' context in order to give it always the first context-ID
Note: See TracChangeset
for help on using the changeset viewer.