From 5887e0a7d8ccaa626b559aac303e9e4d7a729769 Mon Sep 17 00:00:00 2001 From: Johann Friedrichs Date: Mon, 26 Mar 2018 13:22:37 +0200 Subject: Fix remote conflict check --- conflictcheck.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conflictcheck.h') diff --git a/conflictcheck.h b/conflictcheck.h index 9a0b171..4abc88d 100644 --- a/conflictcheck.h +++ b/conflictcheck.h @@ -285,7 +285,7 @@ public: cList* CreateCurrentTimerList(); cList* CreateEvaluationTimeList(cList*); cList* CreateConflictList(cList*, cList* timerList); - void CreateRemoteConflictList(cList* timerList, cList* failedList); + cList* CreateRemoteConflictList(cList* timerList, cList* failedList); int GetDevice(cConflictCheckTimerObj* TimerObj, bool *NeedsDetachReceivers); cList* GetFailed() { return failedList; -- cgit v1.2.3