From 79504b453e7e35bef36c75551679a3c055a497c3 Mon Sep 17 00:00:00 2001 From: michael-loki <44553613+michael-loki@users.noreply.github.com> Date: Thu, 15 Nov 2018 01:33:00 +0000 Subject: [PATCH] Correct warning in exit.hpp --- include/llarp/handlers/exit.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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