summaryrefslogtreecommitdiff
path: root/src/lib/file_group.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/file_group.h')
-rw-r--r--src/lib/file_group.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/file_group.h b/src/lib/file_group.h
index 21499f563..0e26d64ec 100644
--- a/src/lib/file_group.h
+++ b/src/lib/file_group.h
@@ -53,6 +53,7 @@ private:
mutable size_t _current_path;
mutable FILE* _current_file;
mutable size_t _current_size;
+ mutable int64_t _position;
};
#endif