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