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

64ビット版でもインターフェイスのベース実装周りをコンパイルできるようにした(インターフェイス機構自体はまだ未完成)

File:
1 edited

Legend:

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

    r326 r345  
    684684                if(type1.IsObject()){
    685685                    std::vector<const UserProc *> subs;
    686                     type1.GetClass().GetMethods().Enum( CALC_EQUAL, subs );
     686                    type1.GetClass().GetDynamicMethods().Enum( CALC_EQUAL, subs );
    687687                    if( subs.size() == 0 ){
    688688                        return;
Note: See TracChangeset for help on using the changeset viewer.