diff options
Diffstat (limited to 'AK/StringView.h')
-rw-r--r-- | AK/StringView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AK/StringView.h b/AK/StringView.h index 519e5afdf8..0d25fec81b 100644 --- a/AK/StringView.h +++ b/AK/StringView.h @@ -228,7 +228,7 @@ private: }; template<> -struct Traits<StringView> : public GenericTraits<String> { +struct Traits<StringView> : public GenericTraits<StringView> { static unsigned hash(const StringView& s) { return s.hash(); } }; |