From cf3e9383de633c9305a950ba5896376b14e43e12 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Fri, 2 Sep 2005 01:30:26 +0000 Subject: - add ePython::call return support (only int) --- lib/python/python.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/python.h') diff --git a/lib/python/python.h b/lib/python/python.h index 94359176..e9a2b8db 100644 --- a/lib/python/python.h +++ b/lib/python/python.h @@ -24,7 +24,7 @@ public: ePython(); ~ePython(); int execute(const std::string &pythonfile, const std::string &funcname); - static void call(PyObject *pFunc, PyObject *args); + static int call(PyObject *pFunc, PyObject *args); static PyObject *resolve(const std::string &pythonfile, const std::string &funcname); private: }; -- cgit v1.2.3