diff --git a/Lib/python/pyrun.swg b/Lib/python/pyrun.swg index 1b770bde0..3e9aafdc2 100644 --- a/Lib/python/pyrun.swg +++ b/Lib/python/pyrun.swg @@ -40,7 +40,7 @@ typedef struct swig_const_info { #ifdef SWIG_NOINCLUDE -SWIGEXPORT(PyObject *) SWIG_newvarlink(); +SWIGEXPORT(PyObject *) SWIG_newvarlink(void); SWIGEXPORT(void) SWIG_addvarlink(PyObject *, char *, PyObject *(*)(void), int (*)(PyObject *)); SWIGEXPORT(int) SWIG_ConvertPtr(PyObject *, void **, swig_type_info *, int); SWIGEXPORT(int) SWIG_ConvertPacked(PyObject *, void *, int sz, swig_type_info *, int);