aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/qmc-example.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qmc-example.cpp b/examples/qmc-example.cpp
index 8670b263..ce38e916 100644
--- a/examples/qmc-example.cpp
+++ b/examples/qmc-example.cpp
@@ -160,7 +160,7 @@ void QMCTest::sendMessage()
return;
}
auto it = std::find_if(pending.begin(), pending.end(),
- [&txnId] (const RoomEventPtr& e) {
+ [&txnId] (const auto& e) {
return e->transactionId() == txnId;
});
QMC_CHECK("Message sending", it != pending.end());