diff options
Diffstat (limited to 'include/net/client.hpp')
| -rw-r--r-- | include/net/client.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/client.hpp b/include/net/client.hpp index 23d250b..87b0ea1 100644 --- a/include/net/client.hpp +++ b/include/net/client.hpp @@ -23,7 +23,7 @@ namespace net { class client { - struct sockaddr_in server_address { }; + struct sockaddr_in server_address {}; public: client(std::string hostname, int port) |
