From a48edff7a21ef6426baa1cc6eca501930cb35645 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 12 Jan 2017 16:12:05 +0100 Subject: Fixed build issues with pedantic enabled --- common/storage/entitystore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/storage') diff --git a/common/storage/entitystore.cpp b/common/storage/entitystore.cpp index 055499c..b1b3c86 100644 --- a/common/storage/entitystore.cpp +++ b/common/storage/entitystore.cpp @@ -228,7 +228,7 @@ bool EntityStore::modify(const QByteArray &type, const ApplicationDomain::Applic } // Remove deletions - for (const auto property : deletions) { + for (const auto &property : deletions) { //SinkTrace() << "Removing property: " << property; newEntity.setProperty(property, QVariant()); } -- cgit v1.2.3