From c804b85247f2ae8e3ba412b2e266bc3fed51d1ae Mon Sep 17 00:00:00 2001 From: Johann Friedrichs Date: Sun, 30 Jul 2017 13:00:22 +0200 Subject: Use namespace for svdrpclient. --- searchtimer_thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searchtimer_thread.c') diff --git a/searchtimer_thread.c b/searchtimer_thread.c index 8f5773a..ba54566 100644 --- a/searchtimer_thread.c +++ b/searchtimer_thread.c @@ -198,7 +198,7 @@ bool cSearchTimerThread::TimerWasModified(const cTimer* t) void cSearchTimerThread::Action(void) { - if (EPGSearchConfig.useExternalSVDRP && !cSVDRPClient::SVDRPSendCmd) + if (EPGSearchConfig.useExternalSVDRP && !epgsSVDRP::cSVDRPClient::SVDRPSendCmd) { LogFile.eSysLog("ERROR - SVDRPSend script not specified or does not exist (use -f option)"); return; -- cgit v1.2.3