summaryrefslogtreecommitdiffstats
path: root/searchsummary
diff options
context:
space:
mode:
Diffstat (limited to 'searchsummary')
-rw-r--r--searchsummary/src/vespa/searchsummary/docsummary/docsumstorevalue.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/searchsummary/src/vespa/searchsummary/docsummary/docsumstorevalue.h b/searchsummary/src/vespa/searchsummary/docsummary/docsumstorevalue.h
index 4cb04c452a9..4aaf1bf5816 100644
--- a/searchsummary/src/vespa/searchsummary/docsummary/docsumstorevalue.h
+++ b/searchsummary/src/vespa/searchsummary/docsummary/docsumstorevalue.h
@@ -25,6 +25,9 @@ private:
std::unique_ptr<document::Document> _document;
public:
+ DocsumStoreValue(const DocsumStoreValue&) = delete;
+ DocsumStoreValue& operator=(const DocsumStoreValue&) = delete;
+
/**
* Construct object representing an empty docsum blob.
**/