Ignore:
Timestamp:
Oct 9, 2007, 1:51:56 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/include/Class.h

    r342 r343  
    5050    mutable int vtblOffset;
    5151public:
    52     Interface( const CClass *pInterfaceClass )
    53         : pInterfaceClass( pInterfaceClass )
    54         , vtblOffset( -1 )
    55     {
    56     }
     52    Interface( const CClass *pInterfaceClass );
    5753
    5854    const CClass &GetClass() const{
Note: See TracChangeset for help on using the changeset viewer.