X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fbase%2Fnconfig.h;h=366743929be0bd9e4af0e5e7feacb9bd1235ad22;hb=a600a785717d30f1f9729592e6e8d9d5b3b9bb38;hp=2c87491a0b374215a40ed79ca89230711052f879;hpb=56e40b4b0f436dc7d9214fd3a96a621c15bd9f10;p=vuplus_dvbapp 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