diff options
Diffstat (limited to 'llvm/lib/TextAPI/MachO/TextStubCommon.h')
-rw-r--r-- | llvm/lib/TextAPI/MachO/TextStubCommon.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/TextAPI/MachO/TextStubCommon.h b/llvm/lib/TextAPI/MachO/TextStubCommon.h index eadd2f52dc5..cd6d49a0191 100644 --- a/llvm/lib/TextAPI/MachO/TextStubCommon.h +++ b/llvm/lib/TextAPI/MachO/TextStubCommon.h @@ -43,9 +43,9 @@ template <> struct ScalarEnumerationTraits<MachO::ObjCConstraintType> { static void enumeration(IO &, MachO::ObjCConstraintType &); }; -template <> struct ScalarTraits<MachO::PlatformType> { - static void output(const MachO::PlatformType &, void *, raw_ostream &); - static StringRef input(StringRef, void *, MachO::PlatformType &); +template <> struct ScalarTraits<MachO::PlatformKind> { + static void output(const MachO::PlatformKind &, void *, raw_ostream &); + static StringRef input(StringRef, void *, MachO::PlatformKind &); static QuotingType mustQuote(StringRef); }; |