From 6fb4cf5e4db2babad567524df6be3e2798a0fb63 Mon Sep 17 00:00:00 2001
From: Florent Le Coz <louiz@louiz.org>
Date: Sat, 31 Oct 2015 06:23:51 +0100
Subject: Do not forget to implement a method

---
 src/irc/irc_client.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src')

diff --git a/src/irc/irc_client.hpp b/src/irc/irc_client.hpp
index 885ec84..cdae0aa 100644
--- a/src/irc/irc_client.hpp
+++ b/src/irc/irc_client.hpp
@@ -253,7 +253,7 @@ public:
   std::string get_nick() const { return this->current_nick; }
   bool is_welcomed() const { return this->welcomed; }
 
-  const Resolver& get_resolver() const;
+  const Resolver& get_resolver() const { return this->dns_resolver; }
 
 private:
   /**
-- 
cgit v1.2.3