~singpolyma/biboumi

6fb4cf5e4db2babad567524df6be3e2798a0fb63 — Florent Le Coz 8 years ago ccd185d
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:
  /**