- Timestamp:
- Aug 29, 2008, 12:08:13 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core3/src/core/Super.h
- Property svn:eol-style set to native
r1677 r1679 77 77 public: 78 78 virtual void operator()(void* object) = 0; 79 virtual ~SuperFunctionCaller_testfunction() {} 79 80 }; 80 81 … … 83 84 { 84 85 public: 85 inline v irtual void operator()(void* object)86 inline void operator()(void* object) 86 87 { 87 88 ((T*)object)->T::testfunction();
Note: See TracChangeset
for help on using the changeset viewer.