]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/listctrlcmn.cpp
wiring event loop callbacks
[wxWidgets.git] / src / common / listctrlcmn.cpp
index d78425adf7aa6565f212e589c0ca9fd59d232d75..e6101be4c34953e37cf1e5e2873f0cc36519bc00 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     Common defines for wxListCtrl and wxListCtrl-based classes.
 // Author:      Kevin Ollivier
 // Created:     09/15/06
-// RCS-ID:      $Id$
 // Copyright:   (c) Kevin Ollivier
 // Licence:     wxWindows licence
 ////////////////////////////////////////////////////////////////////////////////
@@ -138,7 +137,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxListEvent, wxNotifyEvent)
 
 long
 wxListCtrlBase::AppendColumn(const wxString& heading,
-                             int format,
+                             wxListColumnFormat format,
                              int width)
 {
     return InsertColumn(GetColumnCount(), heading, format, width);