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
  • BasicCompiler32/Compile_Statement.cpp

    r129 r135  
    10751075                if(type1.IsObject()){
    10761076                    std::vector<UserProc *> subs;
    1077                     type1.GetClass().EnumMethod( CALC_EQUAL, subs );
     1077                    type1.GetClass().GetMethods().Enum( CALC_EQUAL, subs );
    10781078                    if( subs.size() == 0 ){
    10791079                        return;
Note: See TracChangeset for help on using the changeset viewer.