summaryrefslogtreecommitdiffstats
path: root/persistencetypes
diff options
context:
space:
mode:
Diffstat (limited to 'persistencetypes')
-rw-r--r--persistencetypes/src/persistence/spi/types.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/persistencetypes/src/persistence/spi/types.h b/persistencetypes/src/persistence/spi/types.h
index 5f93935dc2b..d88fc5eb5ae 100644
--- a/persistencetypes/src/persistence/spi/types.h
+++ b/persistencetypes/src/persistence/spi/types.h
@@ -95,10 +95,10 @@ using DocumentId = document::DocumentId;
using GlobalId = document::GlobalId;
using TimestampList = std::vector<Timestamp>;
using string = vespalib::string;
-using DocumentUP = std::unique_ptr<Document>;
-using DocumentIdUP = std::unique_ptr<DocumentId>;
-using DocumentSP = std::shared_ptr<Document>;
-using DocumentUpdateSP = std::shared_ptr<DocumentUpdate>;
+using DocumentUP = std::unique_ptr<document::Document>;
+using DocumentIdUP = std::unique_ptr<document::DocumentId>;
+using DocumentSP = std::shared_ptr<document::Document>;
+using DocumentUpdateSP = std::shared_ptr<document::DocumentUpdate>;
enum IncludedVersions {
NEWEST_DOCUMENT_ONLY,