From: Robin Dunn Date: Mon, 4 Apr 2005 22:53:36 +0000 (+0000) Subject: Ensure that SWIG_TYPE_TABLE is defined X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7fac8e4af0b0933a3933d20a00f91eac95347b5d?ds=inline Ensure that SWIG_TYPE_TABLE is defined git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33332 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/include/wx/wxPython/wxPython_int.h b/wxPython/include/wx/wxPython/wxPython_int.h index b91f3e7317..105aa18ef5 100644 --- a/wxPython/include/wx/wxPython/wxPython_int.h +++ b/wxPython/include/wx/wxPython/wxPython_int.h @@ -86,6 +86,9 @@ typedef unsigned char byte; typedef wxPoint2DDouble wxPoint2D; +#ifndef SWIG_TYPE_TABLE +#define SWIG_TYPE_TABLE wxPython_type_table +#endif #ifndef wxPyUSE_EXPORTED_API