summaryrefslogtreecommitdiff
path: root/src/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket.h')
-rw-r--r--src/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/socket.h b/src/socket.h
index f24947c27..74b5fb643 100644
--- a/src/socket.h
+++ b/src/socket.h
@@ -97,7 +97,7 @@ public:
void setPort(unsigned short port);
void print(std::ostream *s) const;
void print() const;
- std::string serializeString();
+ std::string serializeString() const;
private:
unsigned int m_address;
unsigned short m_port;