mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-19 10:14:35 +00:00
refactor(Core): apply clang-tidy modernize-use-default-member-init (#3827)
This commit is contained in:
@@ -59,9 +59,9 @@ private:
|
||||
ssize_t noblk_send(ACE_Message_Block& message_block);
|
||||
|
||||
ACE_Message_Block input_buffer_;
|
||||
Session* session_;
|
||||
Session* session_{nullptr};
|
||||
std::string _remoteAddress;
|
||||
uint16 _remotePort;
|
||||
uint16 _remotePort{0};
|
||||
};
|
||||
|
||||
#endif /* __REALMSOCKET_H__ */
|
||||
|
||||
Reference in New Issue
Block a user