diff options
| author | Dimitar Petrovski <dimeptr@gmail.com> | 2012-06-02 17:21:42 +0200 |
|---|---|---|
| committer | Dimitar Petrovski <dimeptr@gmail.com> | 2012-06-02 17:21:42 +0200 |
| commit | 14baf4a8143e31f97cfd2dd1d5644b842ed18a99 (patch) | |
| tree | 7d5bab7707886bf8714a6ff1afae5b60408bb360 | |
| parent | 786d8d3a6194141ef78f309e22aca6c3b4d16491 (diff) | |
| parent | 87ddc3f78a2b525fa28c468f82f84572abe55a40 (diff) | |
| download | vdr-plugin-eepg-14baf4a8143e31f97cfd2dd1d5644b842ed18a99.tar.gz vdr-plugin-eepg-14baf4a8143e31f97cfd2dd1d5644b842ed18a99.tar.bz2 | |
Merge branch 'equivalents' of ssh://192.168.1.137/home/dime/VDR/PLUGINS/src/eepg into equivalents
| -rw-r--r-- | equivhandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/equivhandler.h b/equivhandler.h index 25e6f37..f60dbfc 100644 --- a/equivhandler.h +++ b/equivhandler.h @@ -27,7 +27,7 @@ public: void updateEquivalent(cSchedules * Schedules, tChannelID channelID, cEvent *pEvent); void updateEquivalent(tChannelID channelID, cEvent *pEvent); void sortEquivalents(tChannelID channelID, cSchedules* Schedules); - void cloneEvent(cEvent *Source, cEvent *Dest) + void cloneEvent(cEvent *Source, cEvent *Dest); static multimap<string, string> getEquiChanMap() { return cEquivHandler::equiChanMap; }; |
