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 800d9a059..21499f563 100644
--- a/src/lib/file_group.h
+++ b/src/lib/file_group.h
@@ -52,6 +52,7 @@ private:
/** Index of path that we are currently reading from */
mutable size_t _current_path;
mutable FILE* _current_file;
+ mutable size_t _current_size;
};
#endif