diff options
Diffstat (limited to 'blacklist.h')
-rw-r--r-- | blacklist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blacklist.h b/blacklist.h index dafd317..a3c378a 100644 --- a/blacklist.h +++ b/blacklist.h @@ -79,7 +79,7 @@ public: bool ParseExtEPGValues(const char *s); bool ParseExtEPGEntry(const char *s); bool Save(FILE *f); - cSearchResults* Run(cSearchResults* pSearchResults = NULL, int MarginStop = 0); + cSearchResults* Run(cSearchResults* pSearchResults = NULL, int MarginStop = 0); void CopyFromTemplate(const cSearchExt* templ); }; |