change more qsorts to sort
This commit is contained in:
@@ -63,5 +63,5 @@ protected:
|
||||
|
||||
};
|
||||
|
||||
int CompareNotesPointersByDifficulty(Notes* pNotes1, Notes* pNotes2);
|
||||
bool CompareNotesPointersByDifficulty(const Notes *pNotes1, const Notes *pNotes2);
|
||||
void SortNotesArrayByDifficulty( CArray<Notes*,Notes*> &arrayNotess );
|
||||
|
||||
Reference in New Issue
Block a user