Changeset 11060 for trunk/FACT++/src/Console.cc
- Timestamp:
- 06/18/11 17:47:17 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Console.cc
r11053 r11060 208 208 ConsoleStream::ConsoleStream(const char *name) : Readline(name) 209 209 { 210 ReadlineColor::PrintBootMsg(fLogO, GetName() );210 ReadlineColor::PrintBootMsg(fLogO, GetName(), false); 211 211 } 212 212
Note:
See TracChangeset
for help on using the changeset viewer.