diff options
Diffstat (limited to 'src/net/messageout.cpp')
-rw-r--r-- | src/net/messageout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/messageout.cpp b/src/net/messageout.cpp index 1b78e2aee..16b205373 100644 --- a/src/net/messageout.cpp +++ b/src/net/messageout.cpp @@ -36,7 +36,7 @@ namespace Net { -MessageOut::MessageOut(const int16_t id A_UNUSED): +MessageOut::MessageOut(const int16_t id A_UNUSED) : mData(nullptr), mDataSize(0), mPos(0) |