summaryrefslogtreecommitdiffstats
path: root/common/clientapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/clientapi.h')
-rw-r--r--common/clientapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/clientapi.h b/common/clientapi.h
index e1fe001..48177df 100644
--- a/common/clientapi.h
+++ b/common/clientapi.h
@@ -540,7 +540,7 @@ public:
540 //TODO pass resource identifier to factory 540 //TODO pass resource identifier to factory
541 auto facade = FacadeFactory::instance().getFacade<DomainType>(resource); 541 auto facade = FacadeFactory::instance().getFacade<DomainType>(resource);
542 facade->load(query, resultSet).template then<void>([&future](){future.setFinished();}).exec(); 542 facade->load(query, resultSet).template then<void>([&future](){future.setFinished();}).exec();
543 //Keep the facade alive for the duration for the lifetime of the resultSet. 543 //Keep the facade alive for the lifetime of the resultSet.
544 resultSet->setFacade(facade); 544 resultSet->setFacade(facade);
545 }).template then<void>([query, resultSet]() { 545 }).template then<void>([query, resultSet]() {
546 resultSet->initialResultSetComplete(); 546 resultSet->initialResultSetComplete();