diff options
| author | hovertank3d <[email protected]> | 2025-11-14 20:05:59 +0100 |
|---|---|---|
| committer | hovertank3d <[email protected]> | 2025-11-15 14:03:07 +0100 |
| commit | fa318825ef0404816728f733484caa1bc23afa53 (patch) | |
| tree | 154d51e23f907102cbb8367b8cdc4d3bb4153dc1 /include/net/client.hpp | |
| parent | 6c1a6c62bb13d09a0beb51ebb5cd5e4a69d9fe5a (diff) | |
| download | ogurec-fa318825ef0404816728f733484caa1bc23afa53.tar.gz ogurec-fa318825ef0404816728f733484caa1bc23afa53.zip | |
george droid
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) |
