diff options
author | Florent Le Coz <louiz@louiz.org> | 2015-10-31 06:23:51 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2015-10-31 06:23:51 +0100 |
commit | 6fb4cf5e4db2babad567524df6be3e2798a0fb63 (patch) | |
tree | b023f7a25d78bf1d4f719cf3c29856d92984f316 /src/irc | |
parent | ccd185d3f59b545e018bf3c50280e401a3715ab4 (diff) | |
download | biboumi-6fb4cf5e4db2babad567524df6be3e2798a0fb63.tar.gz biboumi-6fb4cf5e4db2babad567524df6be3e2798a0fb63.tar.bz2 biboumi-6fb4cf5e4db2babad567524df6be3e2798a0fb63.tar.xz biboumi-6fb4cf5e4db2babad567524df6be3e2798a0fb63.zip |
Do not forget to implement a method
Diffstat (limited to 'src/irc')
-rw-r--r-- | src/irc/irc_client.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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: /** |