summaryrefslogtreecommitdiff
path: root/update.h
diff options
context:
space:
mode:
Diffstat (limited to 'update.h')
-rw-r--r--update.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/update.h b/update.h
index a9be6c7..15e1594 100644
--- a/update.h
+++ b/update.h
@@ -274,6 +274,7 @@ class cUpdate : public cThread, public cStatus, public cParameters
cDbStatement* deleteTimer;
cDbStatement* selectMyTimer;
cDbStatement* selectRecordings;
+ cDbStatement* selectImagesOfRecording;
cDbStatement* selectRecForInfoUpdate;
cDbStatement* selectPendingTimerActions;
cDbStatement* selectSwitchTimerActions;
@@ -288,6 +289,7 @@ class cUpdate : public cThread, public cStatus, public cParameters
cDbValue extChannelId;
cDbValue imageUpdSp;
cDbValue imageSize;
+ cDbValue imageSizeRec;
cDbValue masterId;
cDbValue* viewDescription;