diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-12-03 19:02:09 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-12-03 19:02:09 +0100 |
commit | 53677636e841b9a8e9ef192b34671421ed06cfdb (patch) | |
tree | 05e99394237e8e58123b075a23436750c84d99a0 /recdone.h | |
parent | bd6e1f64ce8afa380286700945d71df29654f59c (diff) | |
download | vdr-plugin-epgsearch-53677636e841b9a8e9ef192b34671421ed06cfdb.tar.gz vdr-plugin-epgsearch-53677636e841b9a8e9ef192b34671421ed06cfdb.tar.bz2 |
avoid repeats: new option 'if present' for 'compare subtitle'
Diffstat (limited to 'recdone.h')
-rw-r--r-- | recdone.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ class cRecsDone : public cList<cRecDone>, public cMutex { } cRecsDone(void) {} int GetCountRecordings(const cEvent* event, cSearchExt* search, cRecDone** first = NULL); - int GetCountRecordings(const cEvent*, bool compareTitle, bool compareSubtitle, bool compareSummary, unsigned long, cRecDone** first = NULL); + int GetCountRecordings(const cEvent*, bool compareTitle, int compareSubtitle, bool compareSummary, unsigned long, cRecDone** first = NULL); int GetTotalCountRecordings(cSearchExt* search, cRecDone** first); void RemoveSearchID(int ID); bool Load(const char *FileName = NULL); |