aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/server/main/session.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'server/main/session.hpp')
-rw-r--r--server/main/session.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/main/session.hpp b/server/main/session.hpp
index ace3755..98f28dd 100644
--- a/server/main/session.hpp
+++ b/server/main/session.hpp
@@ -25,7 +25,7 @@ private:
void close();
void read();
- void write(std::string);
+ void write(const std::string&);
void handle_read(const boost::system::error_code&, std::size_t);
void handle_write(const boost::system::error_code&, std::size_t);