summaryrefslogtreecommitdiff
path: root/recdone.h
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2008-12-03 19:02:09 +0100
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2008-12-03 19:02:09 +0100
commit53677636e841b9a8e9ef192b34671421ed06cfdb (patch)
tree05e99394237e8e58123b075a23436750c84d99a0 /recdone.h
parentbd6e1f64ce8afa380286700945d71df29654f59c (diff)
downloadvdr-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/recdone.h b/recdone.h
index 4d8b08f..d23ceab 100644
--- a/recdone.h
+++ b/recdone.h
@@ -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);