diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/service/servicedvb.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/service/servicedvb.cpp b/lib/service/servicedvb.cpp index 6ce3c45b..542e6359 100644 --- a/lib/service/servicedvb.cpp +++ b/lib/service/servicedvb.cpp @@ -1172,6 +1172,7 @@ PyObject *eDVBServicePlay::getFrontendData(bool original) eDVBFrontendParametersSatellite osat; if (!feparm->getDVBS(osat)) { + void PutToDict(PyObject *, const char*, long); void PutToDict(PyObject *, const char*, const char*); PutToDict(ret, "orbital_position", osat.orbital_position); const char *tmp = "UNKNOWN"; |
