Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8074


Ignore:
Timestamp:
Mar 14, 2011, 4:20:15 AM (13 years ago)
Author:
rgrieder
Message:

Build fix required by merge.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/kicklib/src/libraries/core/command/Functor.h

    r8071 r8074  
    244244            FunctorMember(O* object = 0) : object_(object), bSafeMode_(false) {}
    245245            virtual ~FunctorMember() { if (this->bSafeMode_) { this->unregisterObject(this->object_); } }
    246             virtual ~FunctorMember() {}
    247246
    248247            /// Calls the function-pointer with up to five arguments and an object. In case of a static-function, the object can be NULL. @return Returns the return-value of the function (if any; MT_Type::Null otherwise)
Note: See TracChangeset for help on using the changeset viewer.