]> git.saurik.com Git - wxWidgets.git/commitdiff
remove extra semicolons
authorPaul Cornett <paulcor@bullseye.com>
Thu, 19 Feb 2009 07:35:55 +0000 (07:35 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Thu, 19 Feb 2009 07:35:55 +0000 (07:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59018 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/osx/core/private.h
include/wx/unix/evtloop.h

index d4a25caee50ea8f5dfa8138870e0b4a06b9f7701..10c0665b09933b95cc2d64d7fc97f5b4cf78dcdd 100644 (file)
@@ -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)
 } ;
 
 
index 19bfe8bb51f907bdb946a39c74911ea19d96a13b..34e44be3037292f932c2a9c9c07a65174934cdb5 100644 (file)
@@ -22,7 +22,7 @@ class wxFDIODispatcher;
 namespace wxPrivate
 {
     class PipeIOHandler;
-};
+}
 
 class WXDLLIMPEXP_BASE wxConsoleEventLoop : public wxEventLoopManual
 {