From: Robin Dunn Date: Sat, 31 Jan 2004 02:56:02 +0000 (+0000) Subject: Fix compile error X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f904231a06c4af1cdbe99ac2422aed63385e62c9 Fix compile error git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/include/wx/wxPython/wxPython_int.h b/wxPython/include/wx/wxPython/wxPython_int.h index ffba341273..9fb470f268 100644 --- a/wxPython/include/wx/wxPython/wxPython_int.h +++ b/wxPython/include/wx/wxPython/wxPython_int.h @@ -317,6 +317,7 @@ class wxPyCallbackHelper; struct swig_type_info; struct swig_const_info; +typedef double (*py_objasdbl_conv)(PyObject *obj); // Make SunCC happy and make typedef's for these that are extern "C" typedef swig_type_info* (*p_SWIG_Python_TypeRegister_t)(swig_type_info *);