Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1679


Ignore:
Timestamp:
Aug 29, 2008, 12:08:13 AM (16 years ago)
Author:
landauf
Message:

removed some warnings on other versions of gcc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core3/src/core/Super.h

    • Property svn:eol-style set to native
    r1677 r1679  
    7777        public:
    7878            virtual void operator()(void* object) = 0;
     79            virtual ~SuperFunctionCaller_testfunction() {}
    7980    };
    8081
     
    8384    {
    8485        public:
    85             inline virtual void operator()(void* object)
     86            inline void operator()(void* object)
    8687            {
    8788                ((T*)object)->T::testfunction();
Note: See TracChangeset for help on using the changeset viewer.