]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/hyperlink.cpp
updates from Adrián González Alba
[wxWidgets.git] / src / generic / hyperlink.cpp
index c38f595f5250878868f64a4d3a547729954efa46..fb245d32b22002bed8890b49a244711d0a6c389d 100644 (file)
@@ -37,6 +37,7 @@
     #include "wx/dcclient.h"
     #include "wx/menu.h"
     #include "wx/log.h"
+    #include "wx/dataobj.h"
 #endif
 
 #include "wx/clipbrd.h"
@@ -46,6 +47,7 @@
 // ============================================================================
 
 IMPLEMENT_DYNAMIC_CLASS(wxHyperlinkCtrl, wxControl)
+IMPLEMENT_DYNAMIC_CLASS(wxHyperlinkEvent, wxCommandEvent)
 DEFINE_EVENT_TYPE(wxEVT_COMMAND_HYPERLINK)
 
 // reserved for internal use only