summaryrefslogtreecommitdiff
path: root/conflictcheck.h
diff options
context:
space:
mode:
Diffstat (limited to 'conflictcheck.h')
-rw-r--r--conflictcheck.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/conflictcheck.h b/conflictcheck.h
index 4afc05d..049243c 100644
--- a/conflictcheck.h
+++ b/conflictcheck.h
@@ -61,11 +61,11 @@ class cConflictCheckTimerObj : public cTimerObj
int Matches(const cEvent *Event, int *Overlap) const;
const cTimer* OrigTimer(const cTimers* timers) const
{
- return timers->GetTimer(timer);
+ return timers->GetById(timer->Id(),timer->Remote());
}
cTimer* OrigTimer(cTimers* timers)
{
- return timers->GetTimer(timer);
+ return timers->GetById(timer->Id(),timer->Remote());
}
};