]> git.saurik.com Git - wxWidgets.git/commitdiff
Changes needed to allow compilation with SunCC.
authorRobin Dunn <robin@alldunn.com>
Thu, 20 Jun 2002 21:53:11 +0000 (21:53 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 20 Jun 2002 21:53:11 +0000 (21:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/gtk/wx.cpp

index 3c34eb0fa8fb99295e21bb08d67490135cacc4bd..3998a0e3a35a7c5267d5929212adfdc7c20aeeb6 100644 (file)
@@ -633,12 +633,12 @@ extern "C" SWIGEXPORT(void) initfontsc();
 // the wxc module and will then have safe access to these functions, even if
 // in another shared library.
 static wxPyCoreAPI API = {
-    SWIG_MakePtr,
-    SWIG_GetPtr,
-    SWIG_GetPtrObj,
-    SWIG_RegisterMapping,
-    SWIG_addvarlink,
-    SWIG_newvarlink,
+    (p_SWIG_MakePtr_t)SWIG_MakePtr,
+    (p_SWIG_GetPtr_t)SWIG_GetPtr,
+    (p_SWIG_GetPtrObj_t)SWIG_GetPtrObj,
+    (p_SWIG_RegisterMapping_t)SWIG_RegisterMapping,
+    (p_SWIG_addvarlink_t)SWIG_addvarlink,
+    (p_SWIG_newvarlink_t)SWIG_newvarlink,
 
     wxPyBeginAllowThreads,
     wxPyEndAllowThreads,