X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce7fe42e848cc0c9058dae906c3a7bded50681e6..14619f10b0bdb630206607abd0ce0319d45e095a:/src/common/listctrlcmn.cpp diff --git a/src/common/listctrlcmn.cpp b/src/common/listctrlcmn.cpp index d78425adf7..6bbb4a13ac 100644 --- a/src/common/listctrlcmn.cpp +++ b/src/common/listctrlcmn.cpp @@ -138,7 +138,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxListEvent, wxNotifyEvent) long wxListCtrlBase::AppendColumn(const wxString& heading, - int format, + wxListColumnFormat format, int width) { return InsertColumn(GetColumnCount(), heading, format, width);