mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-21 22:03:37 +00:00
[traffic] Add missing qualifier
Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
@@ -134,7 +134,7 @@ void TrafficManager::SetEnabled(bool enabled)
|
|||||||
m_countryParentNameGetterFn, m_messageCache);
|
m_countryParentNameGetterFn, m_messageCache);
|
||||||
if (!m_storage && !IsTestMode())
|
if (!m_storage && !IsTestMode())
|
||||||
{
|
{
|
||||||
m_storage = make_unique<traffxml::LocalStorage>(kTrafficXMLFileName);
|
m_storage = std::make_unique<traffxml::LocalStorage>(kTrafficXMLFileName);
|
||||||
notifyUpdate = RestoreCache();
|
notifyUpdate = RestoreCache();
|
||||||
m_lastStorageUpdate = steady_clock::now();
|
m_lastStorageUpdate = steady_clock::now();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user