summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-05-26 13:21:36 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-05-26 13:21:36 +0000
commite91c60422644b0ceaed798ae0838a1df60df5897 (patch)
tree46c2c728de8bac66fe8e1579e3d4f593498c46c4 /searchcore
parentb97550bbeba3fc7eb37f35ec5b97feb540a216b5 (diff)
Make the config const
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/attribute/attribute_collection_spec_factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/attribute/attribute_collection_spec_factory.h b/searchcore/src/vespa/searchcore/proton/attribute/attribute_collection_spec_factory.h
index 1264be08683..8ef06f20bac 100644
--- a/searchcore/src/vespa/searchcore/proton/attribute/attribute_collection_spec_factory.h
+++ b/searchcore/src/vespa/searchcore/proton/attribute/attribute_collection_spec_factory.h
@@ -17,7 +17,7 @@ namespace proton {
class AttributeCollectionSpecFactory
{
private:
- using AttributesConfig = vespa::config::search::internal::InternalAttributesType;
+ using AttributesConfig = const vespa::config::search::internal::InternalAttributesType;
const AllocStrategy _alloc_strategy;
const bool _fastAccessOnly;