summaryrefslogtreecommitdiff
path: root/louloulibs/xmpp/xmpp_parser.hpp
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2015-12-22 21:37:29 +0100
committerFlorent Le Coz <louiz@louiz.org>2015-12-23 11:05:55 +0100
commit9ac0d3a5766494c9c0c2074c4a21542eea195a29 (patch)
tree3cdc18699373eb5c6e2b68cb6686de997ff8bbe3 /louloulibs/xmpp/xmpp_parser.hpp
parent9167cdf1269c1956b72db1e8dfdbfd61cbf66bb9 (diff)
downloadbiboumi-9ac0d3a5766494c9c0c2074c4a21542eea195a29.tar.gz
biboumi-9ac0d3a5766494c9c0c2074c4a21542eea195a29.tar.bz2
biboumi-9ac0d3a5766494c9c0c2074c4a21542eea195a29.tar.xz
biboumi-9ac0d3a5766494c9c0c2074c4a21542eea195a29.zip
A few cleanups, and make a few things more modern
Diffstat (limited to 'louloulibs/xmpp/xmpp_parser.hpp')
-rw-r--r--louloulibs/xmpp/xmpp_parser.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/louloulibs/xmpp/xmpp_parser.hpp b/louloulibs/xmpp/xmpp_parser.hpp
index 4de639d..3474b13 100644
--- a/louloulibs/xmpp/xmpp_parser.hpp
+++ b/louloulibs/xmpp/xmpp_parser.hpp
@@ -82,7 +82,7 @@ public:
/**
* Some inner or tail data has been parsed
*/
- void char_data(const XML_Char* data, int len);
+ void char_data(const XML_Char* data, const size_t len);
/**
* Calls all the stanza_callbacks one by one.
*/