Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9643 for code/branches/core6


Ignore:
Timestamp:
Aug 11, 2013, 10:38:29 PM (11 years ago)
Author:
landauf
Message:

bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core6/src/libraries/core/class/Identifier.h

    r9641 r9643  
    292292            {
    293293                SuperFunctionDestruction<0, T>::destroy(this);
    294                 classIdentifier_s = 0;
     294                if (classIdentifier_s == this)
     295                    classIdentifier_s = 0;
    295296            }
    296297
Note: See TracChangeset for help on using the changeset viewer.