diff options
Diffstat (limited to 'common/pipeline.cpp')
-rw-r--r-- | common/pipeline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/pipeline.cpp b/common/pipeline.cpp index 0eb6df5..c9a8092 100644 --- a/common/pipeline.cpp +++ b/common/pipeline.cpp | |||
@@ -49,7 +49,7 @@ using namespace Sink::Storage; | |||
49 | class Pipeline::Private | 49 | class Pipeline::Private |
50 | { | 50 | { |
51 | public: | 51 | public: |
52 | Private(const ResourceContext &context) : resourceContext(context), entityStore(context), revisionChanged(false) | 52 | Private(const ResourceContext &context) : resourceContext(context), entityStore(context, {"pipeline"}), revisionChanged(false) |
53 | { | 53 | { |
54 | } | 54 | } |
55 | 55 | ||