Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 12, 2013, 10:12:45 PM (12 years ago)
Author:
landauf
Message:

eclipse missed some files…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/testing/src/libraries/core/command/IOConsoleWindows.cc

    r9536 r9548  
    5454    {
    5555        // Disable standard this->cout_ logging
    56         OutputManager::getInstance().getConsoleWriter().disable();
     56        OutputManager::getInstance().getConsoleWriter()->disable();
    5757        // Redirect std::cout to an ostringstream
    5858        // (Other part is in the initialiser list)
     
    110110        std::cout.rdbuf(this->cout_.rdbuf());
    111111        // Enable standard this->cout_ logging again
    112         OutputManager::getInstance().getConsoleWriter().enable();
     112        OutputManager::getInstance().getConsoleWriter()->enable();
    113113
    114114        resetTerminalMode();
Note: See TracChangeset for help on using the changeset viewer.