summaryrefslogtreecommitdiff
path: root/epgsearchext.h
diff options
context:
space:
mode:
authorFrank Neumann <fnu@yavdr.org>2017-05-07 10:39:01 +0200
committerFrank Neumann <fnu@yavdr.org>2017-05-07 10:39:01 +0200
commit26a17d704a9396897d17aa12d877ef23eaa5dd50 (patch)
treecb73880b7a2bf489c5007185579ae5f740300279 /epgsearchext.h
parentcf9d8e7257ef26b80d3998d4cdb12cd1e39d5e5c (diff)
downloadvdr-plugin-epgsearch-26a17d704a9396897d17aa12d877ef23eaa5dd50.tar.gz
vdr-plugin-epgsearch-26a17d704a9396897d17aa12d877ef23eaa5dd50.tar.bz2
Commit 0003-revert-now-obsolete-pointer-params.diff (thx TomJoad@vdr-portal.de)
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 5cd1ab1..1177817 100644
--- a/epgsearchext.h
+++ b/epgsearchext.h
@@ -201,7 +201,7 @@ public:
void OnOffTimers(bool);
void DeleteAllTimers();
cTimerObjList* GetTimerList(const cTimers* vdrtimers, cTimerObjList* timerList);
- int GetCountRecordings(cRecordings *vdrrecordings);
+ int GetCountRecordings();
bool IsActiveAt(time_t t);
bool HasContent(int contentID);
void SetContentFilter(int* contentStringsFlags);