From e89e65dc17020772eb057414b4f0c5d6f4ad98d0 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Wed, 28 Jun 2023 13:16:10 +0200 Subject: Fix build against fmt10 fixes #1499 --- src/encryption/DeviceVerificationFlow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/encryption/DeviceVerificationFlow.cpp') 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(flow_type), (void *)this); if (deviceIds.size() == 1) deviceId = deviceIds.front(); -- cgit 1.5.1