]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dataview.h
do platform-specific checks after ensuring that the symbols we use are defined; extra...
[wxWidgets.git] / include / wx / dataview.h
index 106829907ae06b32e63fd49a4d7d8ee33859d9d8..bb0077fefc01221a09247181843f538feed75c7b 100644 (file)
@@ -126,7 +126,7 @@ public:
     
     void SetSortingColumn( unsigned int col ) { m_sortingColumn = col; }
     unsigned int GetSortingColumn() { return m_sortingColumn; }
-    void SetSortOrderAscending( bool ascending ) { m_ascending = true; }
+    void SetSortOrderAscending( bool ascending ) { m_ascending = ascending; }
     bool GetSortOrderAscending() { return m_ascending; }