summaryrefslogtreecommitdiff
path: root/epgsearchext.h
diff options
context:
space:
mode:
Diffstat (limited to 'epgsearchext.h')
-rw-r--r--epgsearchext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epgsearchext.h b/epgsearchext.h
index 16a4c49..6c695e0 100644
--- a/epgsearchext.h
+++ b/epgsearchext.h
@@ -194,7 +194,7 @@ public:
bool ParseBlacklistIDs(const char *s);
bool Save(FILE *f);
char* BuildFile(const cEvent* pEvent) const;
- cSearchResults* Run(int PayTVMode = -1, bool inspectTimerMargin = false, int evalLimitMins = 0, cSearchResults* pPrevResults = NULL, bool suppressRepeatCheck = false);
+ cSearchResults* Run(int PayTVMode = -1, bool inspectTimerMargin = false, int evalLimitMins = 0, cSearchResults* pPrevResults = NULL, bool suppressRepeatCheck = false);
void CheckRepeatTimers(cSearchResults* pResults);
void CheckExistingRecordings(cSearchResults* pResults);
void CopyFromTemplate(const cSearchExt* templ, bool ignoreChannelSettings = false);