Update scwx-qt/source/scwx/qt/manager/radar_product_manager.cpp

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Dan Paulat 2025-02-13 23:19:34 -06:00 committed by GitHub
parent 75c4741d9a
commit 7b70d91093
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -794,7 +794,7 @@ void RadarProductManagerImpl::RefreshDataSync(
interval = kSlowRetryInterval_;
}
std::unique_lock lock(providerManager->refreshTimerMutex_);
std::unique_lock const lock(providerManager->refreshTimerMutex_);
if (providerManager->refreshEnabled_)
{