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