Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6380


Ignore:
Timestamp:
Dec 18, 2009, 3:20:25 PM (14 years ago)
Author:
erwin
Message:

Fixed build complete

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/libraries/core/IOConsole.cc

    r6379 r6380  
    265265        if (!this->origCout_.str().empty())
    266266        {
    267             this->shell_->addOutputLine(this->origCout_.str(), Shell::None);
     267            this->shell_->addOutput(this->origCout_.str(), Shell::None);
    268268            this->origCout_.str("");
    269269        }
Note: See TracChangeset for help on using the changeset viewer.