X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/1ae245b75a8c3c36ef6b0871a7d92b242656269a..64fcd10afb958be39748d0d9887d4ed5cf9779fc:/lib/service/servicedvb.cpp diff --git a/lib/service/servicedvb.cpp b/lib/service/servicedvb.cpp index bf7ead8e..542e6359 100644 --- a/lib/service/servicedvb.cpp +++ b/lib/service/servicedvb.cpp @@ -1172,7 +1172,8 @@ PyObject *eDVBServicePlay::getFrontendData(bool original) eDVBFrontendParametersSatellite osat; if (!feparm->getDVBS(osat)) { - void PutToDict(PyObject *dict, const char*key, long value); + void PutToDict(PyObject *, const char*, long); + void PutToDict(PyObject *, const char*, const char*); PutToDict(ret, "orbital_position", osat.orbital_position); const char *tmp = "UNKNOWN"; switch(osat.polarisation)