Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 14, 2008, 1:17:10 PM (16 years ago)
Author:
landauf
Message:

something that just came through my mind: maybe this will help preventing a segfault when we'll destroy all singletons after program termination.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/core/CoreSettings.h

    r1056 r1058  
    6262            CoreSettings();
    6363            CoreSettings(const CoreSettings& other) {}
    64             virtual ~CoreSettings() {}
     64            virtual ~CoreSettings();
    6565
    6666            int softDebugLevel_;                            //!< The debug level
Note: See TracChangeset for help on using the changeset viewer.