]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/listctrl.h
No changes, just get rid of some wxT()s in wxString unit test.
[wxWidgets.git] / interface / wx / listctrl.h
index 9ad91f4590c6f09e4f39df881bcab760bfdce89d..fabe3715e8a3afdb4ce31f535993c0f67f6a4dd7 100644 (file)
@@ -324,7 +324,7 @@ public:
         @since 2.9.4
      */
     long AppendColumn(const wxString& heading,
-                      int format = wxLIST_FORMAT_LEFT,
+                      wxListColumnFormat format = wxLIST_FORMAT_LEFT,
                       int width = -1);
 
     /**