Ignore:
Timestamp:
Oct 9, 2007, 11:37:45 PM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/src/Class.cpp

    r343 r344  
    7777
    7878Interface::Interface( const CClass *pInterfaceClass )
    79     : pInterfaceClass( pInterfaceClass )
     79    : DynamicMethodsPrototype()
     80    , pInterfaceClass( pInterfaceClass )
    8081    , vtblOffset( -1 )
    8182{
     
    102103        }
    103104
    104         GetDynamicMethods().push_back( pMethod );
     105        AddDynamicMethods( pMethod );
    105106    }
    106107}
Note: See TracChangeset for help on using the changeset viewer.