]> git.saurik.com Git - wxWidgets.git/commitdiff
removed useless trailing semicolon
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Wed, 8 May 2002 14:02:10 +0000 (14:02 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Wed, 8 May 2002 14:02:10 +0000 (14:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/helpbest.cpp
src/univ/combobox.cpp

index 01667e799c674d03a7e979d029260f276162db3a..0efbdded53ef98cd229980aa13f12c80a74645fb 100644 (file)
@@ -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 )
 {
index b8b6fc8435018c1713fd022b6727055cbce5ad28..2e0af935fae706c3b90de79fe93550893b1b1fac 100644 (file)
@@ -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