Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 5, 2015, 8:25:11 PM (9 years ago)
Author:
landauf
Message:

moved static contents from ConsoleCommand to ConsoleCommandManager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/src/libraries/core/Core.cc

    r10345 r10346  
    254254        safeObjectDelete(&languageInstance_);
    255255        safeObjectDelete(&configFileManager_);
    256         ConsoleCommand::destroyAll();
     256        ConsoleCommandManager::destroyAll();
    257257        Context::setRootContext(NULL);
    258258        IdentifierManager::getInstance().destroyAllIdentifiers();
Note: See TracChangeset for help on using the changeset viewer.