summaryrefslogtreecommitdiff
path: root/src/net/messagein.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-09-18 21:52:15 +0300
committerAndrei Karas <akaras@inbox.ru>2013-09-18 21:52:15 +0300
commit78744020528ef6231e1606bbe2e8c53011c77935 (patch)
tree3055821a8dabab37c660fdc3b99309f970158b69 /src/net/messagein.h
parentc0d5142d1ed98b62ad87603fa9d2620dce256bd7 (diff)
downloadplus-78744020528ef6231e1606bbe2e8c53011c77935.tar.gz
plus-78744020528ef6231e1606bbe2e8c53011c77935.tar.bz2
plus-78744020528ef6231e1606bbe2e8c53011c77935.tar.xz
plus-78744020528ef6231e1606bbe2e8c53011c77935.zip
add const to net classes.
Diffstat (limited to 'src/net/messagein.h')
-rw-r--r--src/net/messagein.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/messagein.h b/src/net/messagein.h
index 0197effec..47527a879 100644
--- a/src/net/messagein.h
+++ b/src/net/messagein.h
@@ -110,7 +110,7 @@ class MessageIn
/**
* Constructor.
*/
- MessageIn(const char *data, unsigned int length);
+ MessageIn(const char *const data, const unsigned int length);
const char *mData; /**< The message data. */
unsigned int mLength; /**< The length of the data. */