X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce7fe42e848cc0c9058dae906c3a7bded50681e6..661698e54f2bc599dc1a961ffbae08ccdd6b9b97:/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".