Changeset 6380
- Timestamp:
- Dec 18, 2009, 3:20:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/libraries/core/IOConsole.cc
r6379 r6380 265 265 if (!this->origCout_.str().empty()) 266 266 { 267 this->shell_->addOutput Line(this->origCout_.str(), Shell::None);267 this->shell_->addOutput(this->origCout_.str(), Shell::None); 268 268 this->origCout_.str(""); 269 269 }
Note: See TracChangeset
for help on using the changeset viewer.