summary refs log tree commit diff
path: root/src/encryption/DeviceVerificationFlow.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-06-28 13:16:10 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2023-06-28 13:16:10 +0200
commite89e65dc17020772eb057414b4f0c5d6f4ad98d0 (patch)
tree2ab2c444a5298af2567952f4053724ad758c179b /src/encryption/DeviceVerificationFlow.cpp
parentAllow viewing and changing the history visibility (diff)
downloadnheko-e89e65dc17020772eb057414b4f0c5d6f4ad98d0.tar.xz
Fix build against fmt10
fixes #1499
Diffstat (limited to 'src/encryption/DeviceVerificationFlow.cpp')
-rw-r--r--src/encryption/DeviceVerificationFlow.cpp2
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();