]> git.saurik.com Git - wxWidgets.git/commit
Use symbolic constants instead of magic numbers in wxDataViewCtrl code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 10 Mar 2013 01:09:37 +0000 (01:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 10 Mar 2013 01:09:37 +0000 (01:09 +0000)
commitc4864c0446f8ad6fc04f0ece8fb4d9b7ba38d173
treee55f8a0f04b665be9a7ee75b2e207563a7d37e79
parent7f297193db6a0362906d4e68e0a98199e1b632b0
Use symbolic constants instead of magic numbers in wxDataViewCtrl code.

No real changes, just add SortColumn_XXX symbolic constants which are somewhat
more clear than -1 and -2 used before. Although the code based on the global
variables remains as bad as before.

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