diff options
Diffstat (limited to 'common/datastorequery.cpp')
-rw-r--r-- | common/datastorequery.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/datastorequery.cpp b/common/datastorequery.cpp index 8bed015..82a396e 100644 --- a/common/datastorequery.cpp +++ b/common/datastorequery.cpp | |||
@@ -262,7 +262,7 @@ public: | |||
262 | } | 262 | } |
263 | 263 | ||
264 | readEntity(selectionResult, [&, this](const Sink::ApplicationDomain::ApplicationDomainType &entity, Sink::Operation operation) { | 264 | readEntity(selectionResult, [&, this](const Sink::ApplicationDomain::ApplicationDomainType &entity, Sink::Operation operation) { |
265 | callback({entity, Sink::Operation_Creation, aggregateValues}); | 265 | callback({entity, operation, aggregateValues}); |
266 | foundValue = true; | 266 | foundValue = true; |
267 | }); | 267 | }); |
268 | } | 268 | } |