removed useless trailing semicolon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
#include "wx/html/helpctrl.h"
|
#include "wx/html/helpctrl.h"
|
||||||
#include "wx/msw/helpbest.h"
|
#include "wx/msw/helpbest.h"
|
||||||
|
|
||||||
IMPLEMENT_DYNAMIC_CLASS( wxBestHelpController, wxHelpControllerBase );
|
IMPLEMENT_DYNAMIC_CLASS( wxBestHelpController, wxHelpControllerBase )
|
||||||
|
|
||||||
bool wxBestHelpController::Initialize( const wxString& filename )
|
bool wxBestHelpController::Initialize( const wxString& filename )
|
||||||
{
|
{
|
||||||
|
@@ -193,7 +193,7 @@ BEGIN_EVENT_TABLE(wxComboTextCtrl, wxTextCtrl)
|
|||||||
EVT_TEXT(-1, wxComboTextCtrl::OnText)
|
EVT_TEXT(-1, wxComboTextCtrl::OnText)
|
||||||
END_EVENT_TABLE()
|
END_EVENT_TABLE()
|
||||||
|
|
||||||
IMPLEMENT_DYNAMIC_CLASS(wxComboBox, wxControl);
|
IMPLEMENT_DYNAMIC_CLASS(wxComboBox, wxControl)
|
||||||
|
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
// implementation
|
// implementation
|
||||||
|
Reference in New Issue
Block a user