Changeset 345 in dev for trunk/abdev/BasicCompiler64/Compile_Statement.cpp
- Timestamp:
- Oct 10, 2007, 1:52:43 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler64/Compile_Statement.cpp
r326 r345 684 684 if(type1.IsObject()){ 685 685 std::vector<const UserProc *> subs; 686 type1.GetClass().Get Methods().Enum( CALC_EQUAL, subs );686 type1.GetClass().GetDynamicMethods().Enum( CALC_EQUAL, subs ); 687 687 if( subs.size() == 0 ){ 688 688 return;
Note:
See TracChangeset
for help on using the changeset viewer.