No real changes, just fix a typo in wxDataViewModel::Compare().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 31 Oct 2009 15:57:58 +0000 (15:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 31 Oct 2009 15:57:58 +0000 (15:57 +0000)
commit0ead57d528668cd5ea09b148485234218d55f1bb
tree8dc02adb295f1c2041df311096c133675477b588
parentd831e2db1674569a06e04cfa87f3794e7871e110
No real changes, just fix a typo in wxDataViewModel::Compare().

Return -1 from the comparison function instead of -11 when comparing
wxDateTime values. It shouldn't matter which value is returned as long as it's
negative but it is definitely tidier.

Closes #11381.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/datavcmn.cpp