From 69cc4323fda247afc21e45839067e0a139bf2132 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Thu, 19 Feb 2009 07:35:55 +0000 Subject: [PATCH] remove extra semicolons git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59018 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/osx/core/private.h | 4 ++-- include/wx/unix/evtloop.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/wx/osx/core/private.h b/include/wx/osx/core/private.h index d4a25caee5..10c0665b09 100644 --- a/include/wx/osx/core/private.h +++ b/include/wx/osx/core/private.h @@ -130,7 +130,7 @@ public : protected : wxMenuItem* m_peer; - DECLARE_ABSTRACT_CLASS(wxMenuItemImpl); + DECLARE_ABSTRACT_CLASS(wxMenuItemImpl) } ; class wxMenuImpl : public wxObject @@ -159,7 +159,7 @@ public : protected : wxMenu* m_peer; - DECLARE_ABSTRACT_CLASS(wxMenuItemImpl); + DECLARE_ABSTRACT_CLASS(wxMenuItemImpl) } ; diff --git a/include/wx/unix/evtloop.h b/include/wx/unix/evtloop.h index 19bfe8bb51..34e44be303 100644 --- a/include/wx/unix/evtloop.h +++ b/include/wx/unix/evtloop.h @@ -22,7 +22,7 @@ class wxFDIODispatcher; namespace wxPrivate { class PipeIOHandler; -}; +} class WXDLLIMPEXP_BASE wxConsoleEventLoop : public wxEventLoopManual {