X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce7fe42e848cc0c9058dae906c3a7bded50681e6..14619f10b0bdb630206607abd0ce0319d45e095a:/include/wx/listbase.h diff --git a/include/wx/listbase.h b/include/wx/listbase.h index 078f7361d6..9d4c14329d 100644 --- a/include/wx/listbase.h +++ b/include/wx/listbase.h @@ -415,7 +415,7 @@ public: // // Returns the index of the newly inserted column or -1 on error. long AppendColumn(const wxString& heading, - int format = wxLIST_FORMAT_LEFT, + wxListColumnFormat format = wxLIST_FORMAT_LEFT, int width = -1); // Add a new column to the control at the position "col".