diff options
author | Johann Friedrichs <johann.friedrichs@web.de> | 2018-03-26 13:22:37 +0200 |
---|---|---|
committer | Johann Friedrichs <johann.friedrichs@web.de> | 2018-03-26 13:22:37 +0200 |
commit | 5887e0a7d8ccaa626b559aac303e9e4d7a729769 (patch) | |
tree | 0665e8c8ecb5897021313e19f0eddbe8a7fba81f /conflictcheck.h | |
parent | e8a0e569152c50d6084f252d12854b8fd4e74466 (diff) | |
download | vdr-plugin-epgsearch-5887e0a7d8ccaa626b559aac303e9e4d7a729769.tar.gz vdr-plugin-epgsearch-5887e0a7d8ccaa626b559aac303e9e4d7a729769.tar.bz2 |
Fix remote conflict check
Diffstat (limited to 'conflictcheck.h')
-rw-r--r-- | conflictcheck.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conflictcheck.h b/conflictcheck.h index 9a0b171..4abc88d 100644 --- a/conflictcheck.h +++ b/conflictcheck.h @@ -285,7 +285,7 @@ public: cList<cConflictCheckTimerObj>* CreateCurrentTimerList(); cList<cConflictCheckTime>* CreateEvaluationTimeList(cList<cConflictCheckTimerObj>*); cList<cConflictCheckTime>* CreateConflictList(cList<cConflictCheckTime>*, cList<cConflictCheckTimerObj>* timerList); - void CreateRemoteConflictList(cList<cConflictCheckTimerObj>* timerList, cList<cConflictCheckTime>* failedList); + cList<cConflictCheckTime>* CreateRemoteConflictList(cList<cConflictCheckTimerObj>* timerList, cList<cConflictCheckTime>* failedList); int GetDevice(cConflictCheckTimerObj* TimerObj, bool *NeedsDetachReceivers); cList<cConflictCheckTime>* GetFailed() { return failedList; |