diff options
Diffstat (limited to 'lld/ELF/SyntheticSections.h')
| -rw-r--r-- | lld/ELF/SyntheticSections.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/SyntheticSections.h b/lld/ELF/SyntheticSections.h index 9ad76a6525d..975921c13a2 100644 --- a/lld/ELF/SyntheticSections.h +++ b/lld/ELF/SyntheticSections.h @@ -825,7 +825,7 @@ public: InputSection *getTargetInputSection() const; private: - std::vector<const Thunk *> Thunks; + std::vector<Thunk *> Thunks; size_t Size = 0; }; |

