diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-06-28 13:16:10 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-06-28 13:16:10 +0200 |
commit | e89e65dc17020772eb057414b4f0c5d6f4ad98d0 (patch) | |
tree | 2ab2c444a5298af2567952f4053724ad758c179b /src/encryption/DeviceVerificationFlow.cpp | |
parent | Allow viewing and changing the history visibility (diff) | |
download | nheko-e89e65dc17020772eb057414b4f0c5d6f4ad98d0.tar.xz |
Fix build against fmt10
fixes #1499
Diffstat (limited to 'src/encryption/DeviceVerificationFlow.cpp')
-rw-r--r-- | src/encryption/DeviceVerificationFlow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encryption/DeviceVerificationFlow.cpp b/src/encryption/DeviceVerificationFlow.cpp index a240a095..1e7ed7bc 100644 --- a/src/encryption/DeviceVerificationFlow.cpp +++ b/src/encryption/DeviceVerificationFlow.cpp @@ -37,7 +37,7 @@ DeviceVerificationFlow::DeviceVerificationFlow(QObject *, , deviceIds(std::move(deviceIds_)) , model_(model) { - nhlog::crypto()->debug("CREATING NEW FLOW, {}, {}", flow_type, (void *)this); + nhlog::crypto()->debug("CREATING NEW FLOW, {}, {}", static_cast<int>(flow_type), (void *)this); if (deviceIds.size() == 1) deviceId = deviceIds.front(); |