[traffic] Forgotten hunk of 9f39d3bc (store coloring with message)

Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
mvglasow
2025-05-15 23:55:43 +03:00
parent cf57942a0b
commit 3455050876

View File

@@ -265,8 +265,7 @@ private:
* @param message The message to decode.
* @param trafficCache The cache in which all decoded paths with their speed groups will be stored.
*/
void DecodeMessage(traffxml::TraffMessage & message,
std::map<MwmSet::MwmId, traffic::TrafficInfo::Coloring> &trafficCache);
void DecodeMessage(traffxml::TraffMessage & message);
/**
* @brief Event loop for the traffic worker thread.