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