1
0
Fork 0
This commit is contained in:
Jan Steemann 2013-11-08 16:54:20 +01:00
parent f69ae8f2a9
commit 4de873d3e3
1 changed files with 2 additions and 2 deletions

View File

@ -338,7 +338,7 @@ static int SortShapeValuesFunc (void const* l, void const* r) {
return wl - wr; return wl - wr;
} }
return (int)(left->_aid - right->_aid); return (int) (left->_aid - right->_aid);
} }
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////