diff options
Diffstat (limited to 'lld/lib/ReaderWriter/MachO/ExecutableAtoms.hpp')
-rw-r--r-- | lld/lib/ReaderWriter/MachO/ExecutableAtoms.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/lib/ReaderWriter/MachO/ExecutableAtoms.hpp b/lld/lib/ReaderWriter/MachO/ExecutableAtoms.hpp index 26f3b61e43c..6caa10766be 100644 --- a/lld/lib/ReaderWriter/MachO/ExecutableAtoms.hpp +++ b/lld/lib/ReaderWriter/MachO/ExecutableAtoms.hpp @@ -123,7 +123,7 @@ public: private: - mutable atom_collection_vector<DefinedAtom> _definedAtoms; + mutable atom_collection<DefinedAtom> _definedAtoms; StringRef _machHeaderSymbolName; }; |