summaryrefslogtreecommitdiff
path: root/equivhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'equivhandler.h')
-rw-r--r--equivhandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/equivhandler.h b/equivhandler.h
index fdfd343..7e7cad7 100644
--- a/equivhandler.h
+++ b/equivhandler.h
@@ -25,6 +25,7 @@ public:
void loadEquivalentChannelMap (void);
void updateEquivalent(cSchedules * Schedules, tChannelID channelID, cEvent *pEvent);
+ void updateEquivalent(tChannelID channelID, cEvent *pEvent);
void sortEquivalents(tChannelID channelID, cSchedules* Schedules);
static multimap<string, string> getEquiChanMap() { return cEquivHandler::equiChanMap; };