Codechange: strongly type StationID

This commit is contained in:
Rubidium
2025-02-16 15:17:59 +01:00
committed by rubidium42
parent 155aaa5967
commit 59df0ff496
23 changed files with 51 additions and 50 deletions

View File

@@ -134,7 +134,7 @@ private:
LinkGraphJob &job; ///< Link graph job we're working with.
/** Lookup table for getting NodeIDs from StationIDs. */
std::vector<NodeID> station_to_node;
ReferenceThroughBaseContainer<std::vector<NodeID>> station_to_node;
/** Current iterator in the shares map. */
FlowStat::SharesMap::const_iterator it;