diff options
-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 019784e..78eb29b 100644 --- a/common/pipeline.cpp +++ b/common/pipeline.cpp | |||
@@ -182,7 +182,7 @@ KAsync::Job<qint64> Pipeline::newEntity(void const *command, size_t size) | |||
182 | processor->newEntity(newEntity); | 182 | processor->newEntity(newEntity); |
183 | } | 183 | } |
184 | 184 | ||
185 | if (!d->entityStore.add(bufferType, o, replayToSource)) { | 185 | if (!d->entityStore.add(bufferType, newEntity, replayToSource)) { |
186 | return KAsync::error<qint64>(0); | 186 | return KAsync::error<qint64>(0); |
187 | } | 187 | } |
188 | 188 | ||