ryzomclassic-develop
kaetemi 4 years ago
parent ebc220fedb
commit 305ed94561

@ -94,7 +94,7 @@ public:
#ifdef NL_CPP14 #ifdef NL_CPP14
/// Move operator /// Move operator
CMessage &operator=(CMessage &&other) noexcept { swap(other); } CMessage &operator=(CMessage &&other) noexcept { swap(other); return *this; }
#endif #endif
/// Sets the message type as a string and put it in the buffer if we are in writing mode /// Sets the message type as a string and put it in the buffer if we are in writing mode

Loading…
Cancel
Save