Changeset 343 in dev for trunk/abdev/BasicCompiler32/Compile_Object.cpp
- Timestamp:
- Oct 9, 2007, 1:51:56 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/Compile_Object.cpp
r342 r343 226 226 BOOST_FOREACH( const ::Interface &objInterface, classObj.GetInterfaces() ) 227 227 { 228 BOOST_FOREACH( const CMethod *pMethod, objInterface.Get Class().GetDynamicMethods() )228 BOOST_FOREACH( const CMethod *pMethod, objInterface.GetDynamicMethods() ) 229 229 { 230 230 if( pMethod->IsVirtual() )
Note:
See TracChangeset
for help on using the changeset viewer.