diff options
Diffstat (limited to 'include/clientprotocol.h')
-rw-r--r-- | include/clientprotocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clientprotocol.h b/include/clientprotocol.h index 29035250d..decb2fcf4 100644 --- a/include/clientprotocol.h +++ b/include/clientprotocol.h @@ -249,7 +249,7 @@ class ClientProtocol::Message : public ClientProtocol::MessageSource : ptr(NULL) , owned(true) { - new(str) std::string(s); + new(str) std::string(s); } Param(const Param& other) |