X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8946ede10c2702c7acbb194fe8bd2793d7fb8358..94929e7b60de96bd3b064984ae8995d665329411:/src/common/clipcmn.cpp?ds=sidebyside diff --git a/src/common/clipcmn.cpp b/src/common/clipcmn.cpp index 31aa8bb2e8..d89b5628eb 100644 --- a/src/common/clipcmn.cpp +++ b/src/common/clipcmn.cpp @@ -39,7 +39,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxClipboardEvent,wxEvent) -DEFINE_EVENT_TYPE(wxEVT_CLIPBOARD_CHANGED) +wxDEFINE_EVENT( wxEVT_CLIPBOARD_CHANGED, wxClipboardEvent ) // notice that ctors are defined here and not inline to avoid having to include // wx/dataobj.h from wx/clipbrd.h