remove extraneous semicolons

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2007-10-23 07:27:12 +00:00
parent a9a854d73e
commit a76c2f3715
4 changed files with 7 additions and 7 deletions

View File

@@ -58,7 +58,7 @@ typedef struct _GtkWxTreeModel GtkWxTreeModel;
//-----------------------------------------------------------------------------
WX_DECLARE_LIST(wxDataViewItem, ItemList);
WX_DEFINE_LIST(ItemList);
WX_DEFINE_LIST(ItemList)
class wxDataViewCtrlInternal
{
@@ -2149,7 +2149,7 @@ static void wxGtkTreeCellDataFunc( GtkTreeViewColumn *column,
IMPLEMENT_CLASS(wxDataViewColumn, wxDataViewColumnBase)
#include <wx/listimpl.cpp>
WX_DEFINE_LIST(wxDataViewColumnList);
WX_DEFINE_LIST(wxDataViewColumnList)
wxDataViewColumn::wxDataViewColumn( const wxString &title, wxDataViewRenderer *cell,
unsigned int model_column, int width,