aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/imported_attribute_vector.h
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahoo-inc.com>2017-02-27 13:32:00 +0000
committerGeir Storli <geirst@yahoo-inc.com>2017-02-28 10:22:57 +0000
commitf2d97a48d76da03964aa3de50fa32663df7508eb (patch)
tree0d122e6b3e02627b67bdc75c080697a654bda5ee /searchlib/src/vespa/searchlib/attribute/imported_attribute_vector.h
parentea4ebed48dfb76cbe833092c5a13fc0281379de9 (diff)
Change ImportedAttributesRepo to keep instances of ImportedAttributeVector.
Diffstat (limited to 'searchlib/src/vespa/searchlib/attribute/imported_attribute_vector.h')
-rw-r--r--searchlib/src/vespa/searchlib/attribute/imported_attribute_vector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchlib/src/vespa/searchlib/attribute/imported_attribute_vector.h b/searchlib/src/vespa/searchlib/attribute/imported_attribute_vector.h
index 12b72dde057..0c8de22986a 100644
--- a/searchlib/src/vespa/searchlib/attribute/imported_attribute_vector.h
+++ b/searchlib/src/vespa/searchlib/attribute/imported_attribute_vector.h
@@ -26,6 +26,7 @@ namespace attribute {
*/
class ImportedAttributeVector : public IAttributeVector {
public:
+ using SP = std::shared_ptr<ImportedAttributeVector>;
ImportedAttributeVector(vespalib::stringref name,
std::shared_ptr<ReferenceAttribute> reference_attribute,
std::shared_ptr<AttributeVector> target_attribute);