]> git.saurik.com Git - wxWidgets.git/commitdiff
borland does not like ; at end of macros
authorChris Elliott <biol75@york.ac.uk>
Tue, 22 Jul 2003 09:01:02 +0000 (09:01 +0000)
committerChris Elliott <biol75@york.ac.uk>
Tue, 22 Jul 2003 09:01:02 +0000 (09:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22228 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/ctrlsub.h

index 6716e7ca81b9b50d34795f531bd051572e5acca5..190156bc970fd42a5e62567266efb5d93fe1cd3e 100644 (file)
@@ -163,7 +163,7 @@ public:
     }
 
 private:
     }
 
 private:
-    DECLARE_NO_COPY_CLASS(wxControlWithItems);
+    DECLARE_NO_COPY_CLASS(wxControlWithItems)
 };
 
 #endif // wxUSE_CONTROLS
 };
 
 #endif // wxUSE_CONTROLS