]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/helpers.cpp
Various testing changes
[wxWidgets.git] / wxPython / src / helpers.cpp
index 4c9f9beca887f1bbb806b9bcbaed7ccc86e0bfa6..6da4eb0423d87a0d05ee9c8990a7662bd85b555b 100644 (file)
@@ -30,6 +30,7 @@
 
 #include <wx/clipbrd.h>
 #include <wx/mimetype.h>
+#include <wx/image.h>
 
 //----------------------------------------------------------------------
 
@@ -1563,8 +1564,8 @@ IMPLEMENT_ABSTRACT_CLASS(wxPyEvent, wxEvent);
 IMPLEMENT_ABSTRACT_CLASS(wxPyCommandEvent, wxCommandEvent);
 
 
-wxPyEvent::wxPyEvent(int id)
-    : wxEvent(id) {
+wxPyEvent::wxPyEvent(int winid, wxEventType commandType)
+    : wxEvent(winid, commandType) {
 }