Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 18, 2009, 3:16:31 PM (14 years ago)
Author:
rgrieder
Message:

Fixed linux build.

File:
1 edited

Legend:

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

    r6375 r6379  
    124124        std::cout.flush();
    125125        if (!this->origCout_.str().empty())
    126             this->shell_->addOutputLine(this->origCout_.str(), Shell::None);
     126            this->shell_->addOutput(this->origCout_.str(), Shell::None);
    127127        // Erase input and status lines
    128128        this->cout_ << "\033[1G\033[J";
Note: See TracChangeset for help on using the changeset viewer.