summaryrefslogtreecommitdiff
path: root/recdone.h
diff options
context:
space:
mode:
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);