X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/99a001dd43b3b2b23ea5787c7a94c5328e3c3375..0cf04a425fe081365237c97fec168b77ea6efd03:/wxPython/src/core.i diff --git a/wxPython/src/core.i b/wxPython/src/core.i index c86b6fd9b0..a67cd8b9b5 100644 --- a/wxPython/src/core.i +++ b/wxPython/src/core.i @@ -15,6 +15,7 @@ %{ #include "wx/wxPython/wxPython_int.h" #include "wx/wxPython/pyclasses.h" +#include "wx/wxPython/twoitem.h" %} @@ -25,7 +26,6 @@ %include my_typemaps.i %include _core_api.i -%include __core_rename.i %native(_wxPySetDictionary) __wxPySetDictionary;