Changeset 342 in dev for trunk/abdev/BasicCompiler32/Compile_Statement.cpp
- Timestamp:
- Oct 9, 2007, 1:10:33 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/Compile_Statement.cpp
r326 r342 923 923 if(type1.IsObject()){ 924 924 std::vector<const UserProc *> subs; 925 type1.GetClass().Get Methods().Enum( CALC_EQUAL, subs );925 type1.GetClass().GetDynamicMethods().Enum( CALC_EQUAL, subs ); 926 926 if( subs.size() == 0 ){ 927 927 return;
Note:
See TracChangeset
for help on using the changeset viewer.