Ignore:
Timestamp:
Jun 6, 2007, 12:58:40 AM (17 years ago)
Author:
dai_9181
Message:

Method/Memberのリファクタリング

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler64/Compile_Statement.cpp

    r129 r135  
    733733                if(type1.IsObject()){
    734734                    std::vector<UserProc *> subs;
    735                     type1.GetClass().EnumMethod( CALC_EQUAL, subs );
     735                    type1.GetClass().GetMethods().Enum( CALC_EQUAL, subs );
    736736                    if( subs.size() == 0 ){
    737737                        return;
Note: See TracChangeset for help on using the changeset viewer.