Changeset 375 for cpp/frams/vm/classes/collectionobj.cpp
- Timestamp:
- 04/26/15 00:59:09 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/vm/classes/collectionobj.cpp
r372 r375 5 5 #include "collectionobj.h" 6 6 #include <common/nonstd_math.h> //sqrt in borland 7 #include <frams/ mhandlers/stderrors.h>7 #include <frams/util/validitychecks.h> 8 8 #include <common/nonstd_stl.h> 9 9 #include <frams/util/sstringutils.h> … … 232 232 { 233 233 ret=false; 234 Hprintf("VectorElementComparator","",HMLV_ERROR,"Comparison function returned no value");234 logPrintf("VectorElementComparator","",LOG_ERROR,"Comparison function returned no value"); 235 235 } 236 236 else
Note: See TracChangeset
for help on using the changeset viewer.