[Orxonox-commit 1662] r6380 - code/branches/presentation2/src/libraries/core
erwin at orxonox.net
erwin at orxonox.net
Fri Dec 18 15:20:25 CET 2009
Author: erwin
Date: 2009-12-18 15:20:25 +0100 (Fri, 18 Dec 2009)
New Revision: 6380
Modified:
code/branches/presentation2/src/libraries/core/IOConsole.cc
Log:
Fixed build complete
Modified: code/branches/presentation2/src/libraries/core/IOConsole.cc
===================================================================
--- code/branches/presentation2/src/libraries/core/IOConsole.cc 2009-12-18 14:16:31 UTC (rev 6379)
+++ code/branches/presentation2/src/libraries/core/IOConsole.cc 2009-12-18 14:20:25 UTC (rev 6380)
@@ -264,7 +264,7 @@
std::cout.flush();
if (!this->origCout_.str().empty())
{
- this->shell_->addOutputLine(this->origCout_.str(), Shell::None);
+ this->shell_->addOutput(this->origCout_.str(), Shell::None);
this->origCout_.str("");
}
}
More information about the Orxonox-commit
mailing list