- Timestamp:
- Mar 4, 2013, 11:23:57 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/testing/src/libraries/util/output/OutputManager.cc
r9536 r9537 33 33 34 34 #include "OutputManager.h" 35 36 #include <iostream> 35 37 36 38 #include "MemoryWriter.h" … … 111 113 ConsoleWriter& OutputManager::getConsoleWriter() 112 114 { 113 static ConsoleWriter instance ;115 static ConsoleWriter instance(std::cout); 114 116 return instance; 115 117 }
Note: See TracChangeset
for help on using the changeset viewer.