Changeset 342 in dev for trunk/abdev/BasicCompiler_Common/Subroutine.cpp
- Timestamp:
- Oct 9, 2007, 1:10:33 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/Subroutine.cpp
r332 r342 311 311 { 312 312 vector<const UserProc *> subs; 313 classType.GetClass().Get Methods().Enum( CALC_ARRAY_GET, subs );313 classType.GetClass().GetDynamicMethods().Enum( CALC_ARRAY_GET, subs ); 314 314 if( subs.size() == 0 ){ 315 315 return false;
Note:
See TracChangeset
for help on using the changeset viewer.