Changeset 424 in dev for trunk/abdev/BasicCompiler32/OperatorProc.cpp
- Timestamp:
- Mar 10, 2008, 5:39:36 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/OperatorProc.cpp
r402 r424 60 60 if(idCalc==CALC_EQUAL) lstrcpy(temporary,"=="); 61 61 else GetCalcName(idCalc,temporary); 62 const UserProc *pUserProc = OverloadSolution( temporary, subs, params, baseType );62 const UserProc *pUserProc = OverloadSolution( temporary, subs, params, baseType, leftType ); 63 63 64 64 if(!pUserProc){
Note:
See TracChangeset
for help on using the changeset viewer.