Do not forget to implement a method
1 files changed, 1 insertions(+), 1 deletions(-) M src/irc/irc_client.hpp
M src/irc/irc_client.hpp => src/irc/irc_client.hpp +1 -1
@@ 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: /**