Changeset 523 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/Subroutine.cpp
- Timestamp:
- May 1, 2008, 11:03:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/Subroutine.cpp
r511 r523 306 306 bool GetReturnTypeOfIndexerGetterProc( const Type &classType, Type &resultType ) 307 307 { 308 vector<const UserProc *> subs;308 std::vector<const UserProc *> subs; 309 309 classType.GetClass().GetDynamicMethods().Enum( CALC_ARRAY_GET, subs ); 310 310 if( subs.size() == 0 ){
Note:
See TracChangeset
for help on using the changeset viewer.