aboutsummaryrefslogtreecommitdiff
path: root/lib/python/python.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/python.h')
-rw-r--r--lib/python/python.h2
1 files changed, 1 insertions, 1 deletions
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:
};