From b06203a34b19272727928082efd893493ff4a97a Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Sun, 12 Aug 2018 10:49:51 +0300 Subject: Install the bundled spdlog --- src/dialogs/UserProfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dialogs') diff --git a/src/dialogs/UserProfile.cpp b/src/dialogs/UserProfile.cpp index df334b15..15e0a46c 100644 --- a/src/dialogs/UserProfile.cpp +++ b/src/dialogs/UserProfile.cpp @@ -232,7 +232,7 @@ UserProfile::init(const QString &userId, const QString &roomId) http::client()->query_keys( req, - [user_id = userId.toStdString(), proxy = std::move(proxy), this]( + [user_id = userId.toStdString(), proxy = std::move(proxy)]( const mtx::responses::QueryKeys &res, mtx::http::RequestErr err) { if (err) { nhlog::net()->warn("failed to query device keys: {} {}", -- cgit 1.5.1