X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Ffile_group.h;h=0e26d64ecb8c5f5dbc07851224279c4f081918b0;hb=3b78e9223c9be784531475acacb88b59b2459f48;hp=800d9a059ec949e19497f2aca0256ab7bd9feeb2;hpb=a69d242f3f00207d6ea7320e6723775f4b0dbfb3;p=dcpomatic.git diff --git a/src/lib/file_group.h b/src/lib/file_group.h index 800d9a059..0e26d64ec 100644 --- a/src/lib/file_group.h +++ b/src/lib/file_group.h @@ -52,6 +52,8 @@ private: /** Index of path that we are currently reading from */ mutable size_t _current_path; mutable FILE* _current_file; + mutable size_t _current_size; + mutable int64_t _position; }; #endif