Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 23, 2015, 10:44:57 PM (9 years ago)
Author:
landauf
Message:

Loader is now a singleton instead of a static class. fixes issue with statically initialized ClassTreeMask (which again requires a BaseObject-Identifier)

File:
1 edited

Legend:

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

    r9667 r10392  
    125125            ConfigFileManager*        configFileManager_;
    126126            Language*                 languageInstance_;
     127            Loader*                   loaderInstance_;
    127128            IOConsole*                ioConsole_;
    128129            TclBind*                  tclBind_;
Note: See TracChangeset for help on using the changeset viewer.