summaryrefslogtreecommitdiff
path: root/src/net/messageout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/messageout.h')
-rw-r--r--src/net/messageout.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/messageout.h b/src/net/messageout.h
index 8431d887..22754f60 100644
--- a/src/net/messageout.h
+++ b/src/net/messageout.h
@@ -55,12 +55,12 @@ class MessageOut
/**
* Returns the content of the message.
*/
- char *getData();
+ char *getData() const;
/**
* Returns the length of the data.
*/
- unsigned int getDataSize();
+ unsigned int getDataSize() const;
private:
/**