]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed semi-colons off the end of two macro statement lines so that compilation...
authorGeorge Tasker <gtasker@allenbrook.com>
Sun, 12 Aug 2001 21:45:41 +0000 (21:45 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Sun, 12 Aug 2001 21:45:41 +0000 (21:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/window.h

index 587deb23ca6971b04e8cb61db80c3f82f5dc85f6..487ad1e54294dde87c1d0f1f073f5c81bcc09e90 100644 (file)
@@ -454,8 +454,8 @@ private:
     // the helper functions used by HandleChar/KeyXXX methods
     wxKeyEvent CreateKeyEvent(wxEventType evType, int id, WXLPARAM lp) const;
 
-    DECLARE_DYNAMIC_CLASS(wxWindowMSW);
-    DECLARE_NO_COPY_CLASS(wxWindowMSW);
+    DECLARE_DYNAMIC_CLASS(wxWindowMSW)
+    DECLARE_NO_COPY_CLASS(wxWindowMSW)
     DECLARE_EVENT_TABLE()
 };