From b06203a34b19272727928082efd893493ff4a97a Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Sun, 12 Aug 2018 10:49:51 +0300 Subject: [PATCH] Install the bundled spdlog --- .ci/install.sh | 2 +- src/dialogs/UserProfile.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/install.sh b/.ci/install.sh index da5db114..f49db9b8 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -4,7 +4,7 @@ set -ex if [ $TRAVIS_OS_NAME == osx ]; then brew update - brew install qt5 lmdb clang-format ninja libsodium spdlog + brew install qt5 lmdb clang-format ninja libsodium brew upgrade boost cmake curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py 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: {} {}",