From: George Tasker Date: Sun, 12 Aug 2001 21:45:41 +0000 (+0000) Subject: Removed semi-colons off the end of two macro statement lines so that compilation... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e8e4fa12f29224194fcf30236ec7640b3cac0bc0 Removed semi-colons off the end of two macro statement lines so that compilation would be possible for BCC git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/window.h b/include/wx/msw/window.h index 587deb23ca..487ad1e542 100644 --- a/include/wx/msw/window.h +++ b/include/wx/msw/window.h @@ -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() };