diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-11-25 17:18:48 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-11-25 17:18:48 +0000 |
| commit | 6dcb75c26bbfec04b381bb99d75404f9fe50635d (patch) | |
| tree | b4b0e4e7b92c2d6563a848279cb5b48e7e183f96 /lib/base/nconfig.h | |
| parent | 26a6141301937e0ef501b4cd7ae61b4f2293b7e5 (diff) | |
| download | enigma2-6dcb75c26bbfec04b381bb99d75404f9fe50635d.tar.gz enigma2-6dcb75c26bbfec04b381bb99d75404f9fe50635d.zip | |
python object refcount debugging code second try
Diffstat (limited to 'lib/base/nconfig.h')
| -rw-r--r-- | lib/base/nconfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/base/nconfig.h b/lib/base/nconfig.h index 2c87491a..36674392 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 |
