summaryrefslogtreecommitdiff
path: root/searchtimer_thread.h
diff options
context:
space:
mode:
authorFrank Neumann <fnu@yavdr.org>2017-05-12 15:17:07 +0200
committerFrank Neumann <fnu@yavdr.org>2017-05-12 15:17:07 +0200
commit8ede45905dde9f4109f3d4f0d2e8cedc7beee01c (patch)
tree704a5598b1b97183e198d1f7fc51101680511347 /searchtimer_thread.h
parentcd24fba225c38ca5ae59a97a567d306f1bd336ac (diff)
downloadvdr-plugin-epgsearch-8ede45905dde9f4109f3d4f0d2e8cedc7beee01c.tar.gz
vdr-plugin-epgsearch-8ede45905dde9f4109f3d4f0d2e8cedc7beee01c.tar.bz2
0001-fixed-unresponsive-vdr.diff (thx TomJoad@vdr-portal.de)
Diffstat (limited to 'searchtimer_thread.h')
-rw-r--r--searchtimer_thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchtimer_thread.h b/searchtimer_thread.h
index fe8d6dd..ddf8b85 100644
--- a/searchtimer_thread.h
+++ b/searchtimer_thread.h
@@ -61,7 +61,7 @@ class cSearchTimerThread: public cThread {
static cSearchResults announceList;
static char* SummaryExtended(cSearchExt* searchExt, const cTimer* Timer, const cEvent* pEvent);
static cSearchTimerThread *m_Instance;
- static const cTimer* GetTimer(const cTimers* vdrtimers, cSearchExt *searchExt, const cEvent *pEvent, bool& bTimesMatchExactly);
+ static const cTimer* GetTimer(cSearchExt *searchExt, const cEvent *pEvent, bool& bTimesMatchExactly);
static bool justRunning;
cSearchTimerThread(cPluginEpgsearch* thePlugin);