]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listbase.h
Define WXBUILDING in Xcode projects.
[wxWidgets.git] / include / wx / listbase.h
index 078f7361d6a0a7c25bd959a22a106feffa1d512a..9d4c14329d0d593ff152b1a5196bb55628faed88 100644 (file)
@@ -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".