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.