diff options
Diffstat (limited to 'epgd.h')
-rw-r--r-- | epgd.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -178,6 +178,8 @@ class cEpgd : public cFrame, public cSystemNotification cDbTable* messageDb; cDbStatement* selectAllMap; + cDbStatement* selectMapByUpdFlg; + cDbStatement* selectMapByExt; cDbStatement* selectByCompTitle; cDbStatement* selectMaxUpdSp; cDbStatement* selectDistCompname; |