Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 18, 2013, 4:41:37 PM (11 years ago)
Author:
landauf
Message:

register remaining classes in framework

File:
1 edited

Legend:

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

    r9656 r9658  
    9292#endif
    9393
     94    // register Core as an abstract class to avoid problems if the class hierarchy is created within Core-constructor
     95    RegisterAbstractClass(Core).inheritsFrom(Class(Configurable));
     96
    9497    Core::Core(const std::string& cmdLine)
    9598        : pathConfig_(NULL)
Note: See TracChangeset for help on using the changeset viewer.