diff options
-rw-r--r-- | lib/Serialization/ASTReaderInternals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Serialization/ASTReaderInternals.h b/lib/Serialization/ASTReaderInternals.h index 14ff744716..99e8be5ee2 100644 --- a/lib/Serialization/ASTReaderInternals.h +++ b/lib/Serialization/ASTReaderInternals.h @@ -161,7 +161,7 @@ public: static unsigned ComputeHash(Selector Sel); static const internal_key_type& - GetInternalKey(const external_key_type& x) { return x; }; + GetInternalKey(const external_key_type& x) { return x; } static std::pair<unsigned, unsigned> ReadKeyDataLength(const unsigned char*& d); |