Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 7, 2015, 6:03:26 PM (9 years ago)
Author:
landauf
Message:

using std::unique_ptr instead of std::auto_ptr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/cpp11_v2/src/libraries/core/GUIManager.cc

    r10769 r10773  
    330330
    331331        // Create our own logger to specify the filepath
    332         std::auto_ptr<CEGUILogger> ceguiLogger(new CEGUILogger());
     332        std::unique_ptr<CEGUILogger> ceguiLogger(new CEGUILogger());
    333333        ceguiLogger->setLogFilename(ConfigurablePaths::getLogPathString() + "cegui.log");
    334334        ceguiLogger->setLoggingLevel(static_cast<CEGUI::LoggingLevel>(this->outputLevelCeguiLog_));
Note: See TracChangeset for help on using the changeset viewer.