mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
[traffic] Add missing override, silence warning
Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
@@ -264,7 +264,7 @@ public:
|
||||
* but tries to find a route with the existing maps, or exits without a route. When snapping
|
||||
* endpoints to edges, it considers all edges within the given radius, fenced off or not.
|
||||
*/
|
||||
IndexRouter::Mode GetMode() { return IndexRouter::Mode::Decoding; }
|
||||
IndexRouter::Mode GetMode() override { return IndexRouter::Mode::Decoding; }
|
||||
|
||||
/**
|
||||
* @brief Returns current routing options.
|
||||
|
||||
Reference in New Issue
Block a user