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_ProcOp.cpp

    r131 r135  
    650650                    基底クラスのデストラクタを呼び出す */
    651651
    652                 CMethod *method = pobj_CompilingClass->pobj_InheritsClass->GetDestructorMethod();
     652                const CMethod *method = pobj_CompilingClass->pobj_InheritsClass->GetDestructorMethod();
    653653                if( method ){
    654654                    Opcode_CallProc("",
Note: See TracChangeset for help on using the changeset viewer.