~singpolyma/biboumi

f4fb961df5d751dfcbd10b297bb4eaaf8096ce34 — Florent Le Coz 8 years ago 720e31a
And another trivial -Weffc++ warning
1 files changed, 3 insertions(+), 0 deletions(-)

M src/xmpp/xmpp_parser.hpp
M src/xmpp/xmpp_parser.hpp => src/xmpp/xmpp_parser.hpp +3 -0
@@ 118,6 118,9 @@ private:
  std::vector<std::function<void(const Stanza&)>> stanza_callbacks;
  std::vector<std::function<void(const XmlNode&)>> stream_open_callbacks;
  std::vector<std::function<void(const XmlNode&)>> stream_close_callbacks;

  XmppParser(const XmppParser&) = delete;
  XmppParser& operator=(const XmppParser&) = delete;
};

#endif // XMPP_PARSER_INCLUDED