summaryrefslogtreecommitdiffstats
path: root/common/storage/entitystore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/storage/entitystore.cpp')
-rw-r--r--common/storage/entitystore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/storage/entitystore.cpp b/common/storage/entitystore.cpp
index 1ba7c6c..bb0967a 100644
--- a/common/storage/entitystore.cpp
+++ b/common/storage/entitystore.cpp
@@ -107,7 +107,7 @@ public:
107 107
108 bool exists() 108 bool exists()
109 { 109 {
110 return DataStore(Sink::storageLocation(), resourceContext.instanceId(), DataStore::ReadOnly).exists(); 110 return Storage::DataStore::exists(Sink::storageLocation(), resourceContext.instanceId());
111 } 111 }
112 112
113 DataStore::Transaction &getTransaction() 113 DataStore::Transaction &getTransaction()