]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listbase.h
Just remove redundant wxDocument::SetDocumentTemplate() call.
[wxWidgets.git] / include / wx / listbase.h
index 078f7361d6a0a7c25bd959a22a106feffa1d512a..80f65f2a33386b43a371bbdb5600435f132d190f 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Vadim Zeitlin
 // Modified by:
 // Created:     04.12.99
-// RCS-ID:      $Id$
 // Copyright:   (c) wxWidgets team
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -415,7 +414,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".