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