mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 23:00:04 +00:00
Explicit capture of this
This commit is contained in:
parent
636f444c40
commit
fb7f25e0bd
1 changed files with 1 additions and 1 deletions
|
|
@ -957,7 +957,7 @@ void RadarProductManagerImpl::LoadNexradFileAsync(
|
|||
std::chrono::system_clock::time_point time)
|
||||
{
|
||||
boost::asio::post(threadPool_,
|
||||
[=, &mutex]()
|
||||
[=, this, &mutex]()
|
||||
{ LoadNexradFile(load, request, mutex, time, radarId_); });
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue