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/IOConsolePOSIX.cc

    r9536 r9548  
    7676
    7777        // Disable standard std::cout logging
    78         OutputManager::getInstance().getConsoleWriter().disable();
     78        OutputManager::getInstance().getConsoleWriter()->disable();
    7979        // Redirect std::cout to an ostringstream
    8080        // (Other part is in the initialiser list)
     
    104104        std::cout.rdbuf(this->cout_.rdbuf());
    105105        // Enable standard std::cout logging again
    106         OutputManager::getInstance().getConsoleWriter().enable();
     106        OutputManager::getInstance().getConsoleWriter()->enable();
    107107    }
    108108
Note: See TracChangeset for help on using the changeset viewer.