Skip to content
This repository has been archived by the owner on Oct 17, 2019. It is now read-only.

Commit

Permalink
Install the bundled spdlog
Browse files Browse the repository at this point in the history
  • Loading branch information
mujx committed Aug 12, 2018
1 parent bcd92c0 commit b06203a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/dialogs/UserProfile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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: {} {}",
Expand Down

0 comments on commit b06203a

Please sign in to comment.