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

include/wx/url.h

index b941e10e168110ec739b8c1523ca1bd3e958b70a..80efd19ff6841bb7f1e66c024bb35440892e132d 100644 (file)
@@ -92,7 +92,7 @@ protected:
 private:
     // VZ: can't use default copy ctor for this class, should write a correct
     //     one! (TODO)
-    DECLARE_NO_COPY_CLASS(wxURL);
+    DECLARE_NO_COPY_CLASS(wxURL)
 
     DECLARE_DYNAMIC_CLASS(wxURL)
 };