[traffic] Add missing qualifier

Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
mvglasow
2025-07-28 01:00:43 +03:00
parent dcab6ee5a0
commit f53c794fdd

View File

@@ -134,7 +134,7 @@ void TrafficManager::SetEnabled(bool enabled)
m_countryParentNameGetterFn, m_messageCache);
if (!m_storage && !IsTestMode())
{
m_storage = make_unique<traffxml::LocalStorage>(kTrafficXMLFileName);
m_storage = std::make_unique<traffxml::LocalStorage>(kTrafficXMLFileName);
notifyUpdate = RestoreCache();
m_lastStorageUpdate = steady_clock::now();
}