Changeset 135 in dev for BasicCompiler64/Compile_ProcOp.cpp
- Timestamp:
- Jun 6, 2007, 12:58:40 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler64/Compile_ProcOp.cpp
r131 r135 650 650 基底クラスのデストラクタを呼び出す */ 651 651 652 CMethod *method = pobj_CompilingClass->pobj_InheritsClass->GetDestructorMethod();652 const CMethod *method = pobj_CompilingClass->pobj_InheritsClass->GetDestructorMethod(); 653 653 if( method ){ 654 654 Opcode_CallProc("",
Note:
See TracChangeset
for help on using the changeset viewer.