diff options
Diffstat (limited to 'common/entitystore.cpp')
-rw-r--r-- | common/entitystore.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/common/entitystore.cpp b/common/entitystore.cpp index 5fb213d..b7b03aa 100644 --- a/common/entitystore.cpp +++ b/common/entitystore.cpp | |||
@@ -21,9 +21,8 @@ | |||
21 | 21 | ||
22 | using namespace Sink; | 22 | using namespace Sink; |
23 | 23 | ||
24 | EntityStore::EntityStore(const QByteArray &resourceType, const QByteArray &resourceInstanceIdentifier, Sink::Storage::Transaction &transaction) | 24 | EntityStore::EntityStore(Storage::EntityStore &store_) |
25 | : mResourceType(resourceType), mResourceInstanceIdentifier(resourceInstanceIdentifier), | 25 | : store(store_) |
26 | mTransaction(transaction) | ||
27 | { | 26 | { |
28 | 27 | ||
29 | } | 28 | } |