Fix build against fmt10

fixes #1499
This commit is contained in:
Nicolas Werner 2023-06-28 13:16:10 +02:00
parent fa653bc078
commit e89e65dc17
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
4 changed files with 14 additions and 9 deletions

View file

@ -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();