]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/dataview.cpp
added wxHeaderCtrl::ResetColumnsOrder() function; use it from wxGrid
[wxWidgets.git] / src / gtk / dataview.cpp
index ae58e3619993e8c00d58f4ba500bd3a30ec18a4b..eca69982ef27d2470a1826b1074a64e953bec37c 100644 (file)
@@ -2706,7 +2706,7 @@ bool wxDataViewColumn::IsSortable() const
 
 void wxDataViewColumn::SetAsSortKey( bool WXUNUSED(sort) )
 {
-    // it might not make sense to have this function in wxHeaderColumnBase at
+    // it might not make sense to have this function in wxHeaderColumn at
     // all in fact, changing of the sort order should only be done using the
     // associated control API
     wxFAIL_MSG( "not implemented" );