X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fbase%2Fnconfig.h;h=366743929be0bd9e4af0e5e7feacb9bd1235ad22;hp=2c87491a0b374215a40ed79ca89230711052f879;hb=57ff47aa9d84ac5502a6d1bebcb10780997c3134;hpb=56e40b4b0f436dc7d9214fd3a96a621c15bd9f10 diff --git a/lib/base/nconfig.h b/lib/base/nconfig.h index 2c87491..3667439 100644 --- a/lib/base/nconfig.h +++ b/lib/base/nconfig.h @@ -5,11 +5,11 @@ class ePythonConfigQuery { - static PyObject *m_queryFunc; + static ePyObject m_queryFunc; ePythonConfigQuery() {} ~ePythonConfigQuery() {} public: - static void setQueryFunc(PyObject *func); + static void setQueryFunc(SWIG_PYOBJECT(ePyObject) func); #ifndef SWIG static RESULT getConfigValue(const char *key, std::string &value); #endif