summaryrefslogtreecommitdiff
path: root/src/support/archive.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/support/archive.h')
-rw-r--r--src/support/archive.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/support/archive.h b/src/support/archive.h
index 40fea2529..95af1ac94 100644
--- a/src/support/archive.h
+++ b/src/support/archive.h
@@ -97,8 +97,8 @@ class Archive {
private:
void setFirstRegular(const Child& c) { firstRegularData = c.data; }
Buffer& data;
- SubBuffer symbolTable = {nullptr, 0};
- SubBuffer stringTable = {nullptr, 0};
+ SubBuffer symbolTable;
+ SubBuffer stringTable;
const uint8_t* firstRegularData;
};