From 346f3fd640afd461082ad8a3a47be1cee1409005 Mon Sep 17 00:00:00 2001 From: Jaakko Salli Date: Sun, 8 Aug 2010 11:59:34 +0000 Subject: [PATCH] Removed spurious semicolon that prevented compilation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65217 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/generic/dataview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/generic/dataview.h b/include/wx/generic/dataview.h index aee0e0e968..9f5dc741f1 100644 --- a/include/wx/generic/dataview.h +++ b/include/wx/generic/dataview.h @@ -121,7 +121,7 @@ public: const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, const wxValidator& validator = wxDefaultValidator, - const wxString& name = wxDataViewCtrlNameStr ); + const wxString& name = wxDataViewCtrlNameStr ) : wxScrollHelper(this) { Create(parent, id, pos, size, style, validator, name); -- 2.45.2