From 82d191e352b60797d68cd74a6b751ef28505ef96 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 31 Mar 2014 07:08:06 +0000 Subject: [PATCH] removing extra semicola git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76230 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/osx/core/private.h | 2 +- include/wx/propgrid/editors.h | 4 ++-- include/wx/propgrid/manager.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/include/wx/osx/core/private.h b/include/wx/osx/core/private.h index 18c3cc7b89..f16850a083 100644 --- a/include/wx/osx/core/private.h +++ b/include/wx/osx/core/private.h @@ -313,7 +313,7 @@ public : virtual void SetBitmap( const wxBitmap& bitmap ) = 0; virtual void SetBitmapPosition( wxDirection dir ) = 0; virtual void SetupTabs( const wxNotebook& WXUNUSED(notebook) ) {} - virtual int TabHitTest( const wxPoint & WXUNUSED(pt), long *flags ) {*flags=1; return -1;}; + virtual int TabHitTest( const wxPoint & WXUNUSED(pt), long *flags ) {*flags=1; return -1;} virtual void GetBestRect( wxRect *r ) const = 0; virtual bool IsEnabled() const = 0; virtual void Enable( bool enable ) = 0; diff --git a/include/wx/propgrid/editors.h b/include/wx/propgrid/editors.h index 2f64ce10b0..475d274998 100644 --- a/include/wx/propgrid/editors.h +++ b/include/wx/propgrid/editors.h @@ -39,12 +39,12 @@ public: { m_primary = a; m_secondary = NULL; - }; + } wxPGWindowList( wxWindow* a, wxWindow* b ) { m_primary = a; m_secondary = b; - }; + } }; // ----------------------------------------------------------------------- diff --git a/include/wx/propgrid/manager.h b/include/wx/propgrid/manager.h index 6c8032c5a8..0d1f8f5e87 100644 --- a/include/wx/propgrid/manager.h +++ b/include/wx/propgrid/manager.h @@ -329,13 +329,13 @@ public: { wxASSERT(m_pPropGrid); return m_pPropGrid; - }; + } const wxPropertyGrid* GetGrid() const { wxASSERT(m_pPropGrid); return (const wxPropertyGrid*)m_pPropGrid; - }; + } /** Returns iterator class instance. @remarks