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

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