X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2Fpython.h;h=e9a2b8db558a643cf46b8bc629ae7de73d07d902;hp=94359176ba5623194f83bc30230ab7dcc1c74cf4;hb=cf3e9383de633c9305a950ba5896376b14e43e12;hpb=0379aa0cb4aab6c748b483de790de3b896611a0c diff --git a/lib/python/python.h b/lib/python/python.h index 9435917..e9a2b8d 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: };