X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/140a119ad2c5697bef8910783bb8a16bf293fa54..da5a641fc8a83c8b00ac157004f47e93dd08dcc8:/src/gtk/dataview.cpp diff --git a/src/gtk/dataview.cpp b/src/gtk/dataview.cpp index ae58e36199..eca69982ef 100644 --- a/src/gtk/dataview.cpp +++ b/src/gtk/dataview.cpp @@ -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" );