From e9f6ca339a8cd5670f31e2eca084c7a93a5a41d4 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 29 Jan 2019 22:08:51 +0000 Subject: [PATCH] Fix minor warning --- llarp/handlers/tun.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llarp/handlers/tun.hpp b/llarp/handlers/tun.hpp index a11faaa36..22bbcf7fe 100644 --- a/llarp/handlers/tun.hpp +++ b/llarp/handlers/tun.hpp @@ -80,7 +80,7 @@ namespace llarp /// get the local interface's address huint32_t - GetIfAddr() const; + GetIfAddr() const override; bool HasLocalIP(const huint32_t& ip) const;