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-22 13:27:25 +0200
commitca9e189a2c430a85aca92ad8f39ed6642b117c83 (patch)
tree1329e333728a2ac9da5fd41f17b7d3d368c8132e /searchlib
parentbe11fc0adb411f7ff2b13cdee911620bc5ba0d76 (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 80db20015d3..32b9696e7f8 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: