Ignore:
Timestamp:
Oct 9, 2007, 1:10:33 AM (17 years ago)
Author:
dai_9181
Message:

vtblの構造を変更。vtblMasterListをはさんでvtblを表現した。
その他メンバ名変更。
ClassPrototypeクラスを追加。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler32/Compile_Statement.cpp

    r326 r342  
    923923                if(type1.IsObject()){
    924924                    std::vector<const UserProc *> subs;
    925                     type1.GetClass().GetMethods().Enum( CALC_EQUAL, subs );
     925                    type1.GetClass().GetDynamicMethods().Enum( CALC_EQUAL, subs );
    926926                    if( subs.size() == 0 ){
    927927                        return;
Note: See TracChangeset for help on using the changeset viewer.