diff --git a/include/llarp/handlers/exit.hpp b/include/llarp/handlers/exit.hpp index 42bd79451..6c25a86f0 100644 --- a/include/llarp/handlers/exit.hpp +++ b/include/llarp/handlers/exit.hpp @@ -25,7 +25,7 @@ namespace llarp protected: void - FlushSend(); + FlushSend() override; private: @@ -41,4 +41,4 @@ namespace llarp }; } // namespace handlers } // namespace llarp -#endif \ No newline at end of file +#endif