// 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
////////////////////////////////////////////////////////////////////////////////
long
wxListCtrlBase::AppendColumn(const wxString& heading,
- int format,
+ wxListColumnFormat format,
int width)
{
return InsertColumn(GetColumnCount(), heading, format, width);