]> git.saurik.com Git - wxWidgets.git/commitdiff
removed useless ; to allow smart preprocessing under Mac OS X
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Wed, 27 Jun 2001 22:26:08 +0000 (22:26 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Wed, 27 Jun 2001 22:26:08 +0000 (22:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/dc.h
include/wx/mac/window.h

index 7ca8eb3b769ceb1562ab9d601439c45421e66b62..667284b04181e5585fac8c3ccf1eac1580636f33 100644 (file)
@@ -721,7 +721,7 @@ protected:
     wxPalette         m_palette;
 
 private:
-    DECLARE_NO_COPY_CLASS(wxDCBase);
+    DECLARE_NO_COPY_CLASS(wxDCBase)
     DECLARE_ABSTRACT_CLASS(wxDCBase)
 };
 
index df3b0b102db8140381c377f98bdc1c5fed320800..76be482a0083e69edc16f65d93b3ce5abb7de0b2 100644 (file)
@@ -332,7 +332,7 @@ private:
     // common part of all ctors
     void Init();
 
-    DECLARE_NO_COPY_CLASS(wxWindow);
+    DECLARE_NO_COPY_CLASS(wxWindow)
     DECLARE_EVENT_TABLE()
 };