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
  • BasicCompiler_Common/LexicalScoping.cpp

    r75 r135  
    214214    if(indexSystemGC!=-1){
    215215        //_System_GCオブジェクトのデストラクタの呼び出し処理
    216         CMethod *method = vars[indexSystemGC]->GetClass().GetDestructorMethod();
     216        const CMethod *method = vars[indexSystemGC]->GetClass().GetDestructorMethod();
    217217        if( method ){
    218218            Opcode_CallProc("",method->pUserProc,0,vars[indexSystemGC]->GetName().c_str(),DEF_OBJECT);
Note: See TracChangeset for help on using the changeset viewer.