From 4e352a3f0479c4e3d1434612502c6a716baa0869 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Wed, 8 May 2002 14:02:10 +0000 Subject: [PATCH] removed useless trailing semicolon git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/helpbest.cpp | 2 +- src/univ/combobox.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/msw/helpbest.cpp b/src/msw/helpbest.cpp index 01667e799c..0efbdded53 100644 --- a/src/msw/helpbest.cpp +++ b/src/msw/helpbest.cpp @@ -32,7 +32,7 @@ #include "wx/html/helpctrl.h" #include "wx/msw/helpbest.h" -IMPLEMENT_DYNAMIC_CLASS( wxBestHelpController, wxHelpControllerBase ); +IMPLEMENT_DYNAMIC_CLASS( wxBestHelpController, wxHelpControllerBase ) bool wxBestHelpController::Initialize( const wxString& filename ) { diff --git a/src/univ/combobox.cpp b/src/univ/combobox.cpp index b8b6fc8435..2e0af935fa 100644 --- a/src/univ/combobox.cpp +++ b/src/univ/combobox.cpp @@ -193,7 +193,7 @@ BEGIN_EVENT_TABLE(wxComboTextCtrl, wxTextCtrl) EVT_TEXT(-1, wxComboTextCtrl::OnText) END_EVENT_TABLE() -IMPLEMENT_DYNAMIC_CLASS(wxComboBox, wxControl); +IMPLEMENT_DYNAMIC_CLASS(wxComboBox, wxControl) // ============================================================================ // implementation -- 2.47.2