]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/clipcmn.cpp
position the popup on the correct screen (see #10462)
[wxWidgets.git] / src / common / clipcmn.cpp
index 31aa8bb2e815899229e8c67a9e1d5c8c189dc9fe..d89b5628ebc918f0a2a3970741529a258f951bdf 100644 (file)
@@ -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