summaryrefslogtreecommitdiff
path: root/epgd.h
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2018-10-02 19:21:14 +0200
committerhorchi <vdr@jwendel.de>2018-10-02 19:21:14 +0200
commitbd6ac8b88a6e128ad8778aad89f5d8c3f31148de (patch)
treec5e044200fc3101d6d14452aadc04b524883281b /epgd.h
parent1cbab41a38411ded875924d8b3cdaba68bafd574 (diff)
downloadvdr-epg-daemon-bd6ac8b88a6e128ad8778aad89f5d8c3f31148de.tar.gz
vdr-epg-daemon-bd6ac8b88a6e128ad8778aad89f5d8c3f31148de.tar.bz2
2018-10-02: version 1.1.143 (horchi)\n change: Fixed compile problem of epglv \n \n1.1.143
Diffstat (limited to 'epgd.h')
-rw-r--r--epgd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epgd.h b/epgd.h
index 0651f92..3efca10 100644
--- a/epgd.h
+++ b/epgd.h
@@ -178,6 +178,8 @@ class cEpgd : public cFrame, public cSystemNotification
cDbTable* messageDb;
cDbStatement* selectAllMap;
+ cDbStatement* selectMapByUpdFlg;
+ cDbStatement* selectMapByExt;
cDbStatement* selectByCompTitle;
cDbStatement* selectMaxUpdSp;
cDbStatement* selectDistCompname;