Changeset 587 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/BreakPoint.cpp
- Timestamp:
- May 10, 2008, 3:09:26 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/BreakPoint.cpp
r585 r587 47 47 const IncludedFilesRelation *pIncludedFilesRelation = NULL; 48 48 const BasicSource *pNowSource = NULL; 49 BOOST_FOREACH( const BasicSource &source, compiler.GetObjectModule(). nativeSection.GetSources() )49 BOOST_FOREACH( const BasicSource &source, compiler.GetObjectModule().GetSources() ) 50 50 { 51 51 pIncludedFilesRelation = &source.GetIncludedFilesRelation();
Note:
See TracChangeset
for help on using the changeset viewer.