summaryrefslogtreecommitdiff
path: root/epg2vdr.h
diff options
context:
space:
mode:
Diffstat (limited to 'epg2vdr.h')
-rw-r--r--epg2vdr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epg2vdr.h b/epg2vdr.h
index 7e5de45..f97497d 100644
--- a/epg2vdr.h
+++ b/epg2vdr.h
@@ -76,6 +76,7 @@ class cPluginEPG2VDR : public cPlugin
cDbTable* useeventsDb;
cDbTable* recordingListDb;
cDbStatement* selectTimers;
+ cDbStatement* selectTimerByEvent;
cDbStatement* selectEventById;
cMutex mutexTimerService;
cMutex mutexServiceWithDb;