summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-08-22 13:27:25 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-08-25 09:12:21 +0200
commit0bf415436f996e7865bb6b1477f71f740e4f2ea2 (patch)
tree07fffc21de1f79f3ad7cd306c00ea2519a743339 /searchlib
parent0ada326604337a1227b7d1f1fee09ced3b79527f (diff)
Reduce visibility.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/aggregation/group.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/aggregation/group.h b/searchlib/src/vespa/searchlib/aggregation/group.h
index b34bd0fc88a..c769b6c1d27 100644
--- a/searchlib/src/vespa/searchlib/aggregation/group.h
+++ b/searchlib/src/vespa/searchlib/aggregation/group.h
@@ -64,7 +64,7 @@ public:
size_t operator() (const ResultNode & arg) const { return arg.hash(); }
};
- typedef std::vector<GroupingLevel> GroupingLevelList;
+ using GroupingLevelList = std::vector<GroupingLevel>;
private: