X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a541c325865cd11d1ba8ef25333b8650b2823c8a..9fd9e47a93dfcdd99c2722e288a0f28a51ce6f5f:/wxPython/src/export.h diff --git a/wxPython/src/export.h b/wxPython/src/export.h index c0b9c25a67..a38a1c7a67 100644 --- a/wxPython/src/export.h +++ b/wxPython/src/export.h @@ -74,6 +74,9 @@ static void wxPyCoreAPI_IMPORT() { #define wxArrayString2PyList_helper(a) (wxPyCoreAPIPtr->p_wxArrayString2PyList_helper(a)) #define wxArrayInt2PyList_helper(a) (wxPyCoreAPIPtr->p_wxArrayInt2PyList_helper(a)) +#define wxPyClientData_dtor(a) (wxPyCoreAPIPtr->p_wxPyClientData_dtor(a)) +#define wxPyUserData_dtor(a) (wxPyCoreAPIPtr->p_wxPyUserData_dtor(a)) +#define wxPyOORClientData_dtor(a) (wxPyCoreAPIPtr->p_wxPyOORClientData_dtor(a)) // This one is special. It's the first function called in SWIG generated // modules, so we'll use it to also import the API.