From e87727c168fc7a9e8079c455d71b750f7414f21a Mon Sep 17 00:00:00 2001 From: mvglasow Date: Thu, 6 Nov 2025 22:29:06 +0200 Subject: [PATCH] [traffic] Add missing override, silence warning Signed-off-by: mvglasow --- libs/traffxml/traff_decoder.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/traffxml/traff_decoder.hpp b/libs/traffxml/traff_decoder.hpp index 9e5869aa6..92a5a8219 100644 --- a/libs/traffxml/traff_decoder.hpp +++ b/libs/traffxml/traff_decoder.hpp @@ -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.