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
This commit is contained in:
parent
5e998a336a
commit
e8e4fa12f2
@ -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()
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user