summaryrefslogtreecommitdiff
path: root/client/dvfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/dvfile.h')
-rw-r--r--client/dvfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/dvfile.h b/client/dvfile.h
index 9e21a4d..8a45044 100644
--- a/client/dvfile.h
+++ b/client/dvfile.h
@@ -46,6 +46,7 @@ public:
Frame *readFrame();
private:
+ long long last_frame;
FILE* fp;
};