Ignore:
Timestamp:
Aug 6, 2007, 11:44:42 PM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/WatchList.cpp

    r256 r265  
    440440        ///////////////////
    441441
    442         const Variable *pVar = compiler.objectModule.meta.GetGlobalVars().Find( VarName );
     442        const Variable *pVar = compiler.GetObjectModule().meta.GetGlobalVars().Find( VarName );
    443443        if( !pVar ){
    444444            //一致しないとき
Note: See TracChangeset for help on using the changeset viewer.