diff options
Diffstat (limited to 'src/net/messagein.h')
-rw-r--r-- | src/net/messagein.h | 2 |
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. */ |