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