summaryrefslogtreecommitdiff
path: root/wasm/OutputSegment.h
diff options
context:
space:
mode:
Diffstat (limited to 'wasm/OutputSegment.h')
-rw-r--r--wasm/OutputSegment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wasm/OutputSegment.h b/wasm/OutputSegment.h
index 1375aefae92f..a22c80234420 100644
--- a/wasm/OutputSegment.h
+++ b/wasm/OutputSegment.h
@@ -38,7 +38,7 @@ public:
StringRef Name;
uint32_t Alignment = 0;
uint32_t StartVA = 0;
- std::vector<const InputSegment *> InputSegments;
+ std::vector<InputSegment *> InputSegments;
// Sum of the size of the all the input segments
uint32_t Size = 0;