mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 23:30:04 +00:00
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:
parent
75c4741d9a
commit
7b70d91093
1 changed files with 1 additions and 1 deletions
|
|
@ -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_)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue