]> git.saurik.com Git - wxWidgets.git/commitdiff
Ensure that SWIG_TYPE_TABLE is defined
authorRobin Dunn <robin@alldunn.com>
Mon, 4 Apr 2005 22:53:36 +0000 (22:53 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 4 Apr 2005 22:53:36 +0000 (22:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33332 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/include/wx/wxPython/wxPython_int.h

index b91f3e7317256aef735cb8b4f28cc0274f7bd17f..105aa18ef5c9b23f3b070981dfb2d789067b69ee 100644 (file)
@@ -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