aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ijar/mapped_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/ijar/mapped_file.h')
-rw-r--r--third_party/ijar/mapped_file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/ijar/mapped_file.h b/third_party/ijar/mapped_file.h
index 6db0673bae..7653638d5f 100644
--- a/third_party/ijar/mapped_file.h
+++ b/third_party/ijar/mapped_file.h
@@ -62,6 +62,7 @@ class MappedOutputFile {
const char* errmsg_;
bool opened_;
u1* buffer_;
+ u8 estimated_size_;
public:
MappedOutputFile(const char* name, u8 estimated_size);