From f904231a06c4af1cdbe99ac2422aed63385e62c9 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 31 Jan 2004 02:56:02 +0000 Subject: [PATCH] Fix compile error git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/include/wx/wxPython/wxPython_int.h | 1 + 1 file changed, 1 insertion(+) 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 *); -- 2.47.2