aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2021-04-23 22:11:50 +0200
committerTor Egge <Tor.Egge@online.no>2021-04-23 22:11:50 +0200
commit48db62ebb56a1b70144215920c61e476d83ee585 (patch)
tree6bab88eba0df8757318cf95f88dc4266a72a9641 /searchlib
parentbbf989a83f7f9cec05bbc31c8bca1cfcad34f8c7 (diff)
Add missing typename.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/attribute/enumstore.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/attribute/enumstore.hpp b/searchlib/src/vespa/searchlib/attribute/enumstore.hpp
index 485c82ecc8d..90bcf92a103 100644
--- a/searchlib/src/vespa/searchlib/attribute/enumstore.hpp
+++ b/searchlib/src/vespa/searchlib/attribute/enumstore.hpp
@@ -287,7 +287,7 @@ EnumStoreT<EntryT>::allocate_optionally_folded_comparator(bool folded) const
}
template <typename EntryT>
-EnumStoreT<EntryT>::ComparatorType
+typename EnumStoreT<EntryT>::ComparatorType
EnumStoreT<EntryT>::make_optionally_folded_comparator(bool folded) const
{
return (has_string_type() && folded)