Changeset 265 in dev for trunk/abdev/BasicCompiler_Common/WatchList.cpp
- Timestamp:
- Aug 6, 2007, 11:44:42 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/WatchList.cpp
r256 r265 440 440 /////////////////// 441 441 442 const Variable *pVar = compiler. objectModule.meta.GetGlobalVars().Find( VarName );442 const Variable *pVar = compiler.GetObjectModule().meta.GetGlobalVars().Find( VarName ); 443 443 if( !pVar ){ 444 444 //一致しないとき
Note:
See TracChangeset
for help on using the changeset viewer.