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