Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 16, 2011, 10:23:00 PM (13 years ago)
Author:
landauf
Message:

2x virtual because it may be required in some cases (Singleton & LANDiscoverable) and 2x for consistency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/util/Singleton.h

    r7401 r7904  
    162162
    163163        //! Destructor resets the singleton instance pointer
    164         ~Singleton()
     164        virtual ~Singleton()
    165165        {
    166166            assert(T::singletonPtr_s != NULL);
Note: See TracChangeset for help on using the changeset viewer.