summaryrefslogtreecommitdiff
path: root/include/net/client.hpp
diff options
context:
space:
mode:
authorhovertank3d <[email protected]>2025-11-14 20:05:59 +0100
committerhovertank3d <[email protected]>2025-11-15 14:03:07 +0100
commitfa318825ef0404816728f733484caa1bc23afa53 (patch)
tree154d51e23f907102cbb8367b8cdc4d3bb4153dc1 /include/net/client.hpp
parent6c1a6c62bb13d09a0beb51ebb5cd5e4a69d9fe5a (diff)
downloadogurec-fa318825ef0404816728f733484caa1bc23afa53.tar.gz
ogurec-fa318825ef0404816728f733484caa1bc23afa53.zip
george droid
Diffstat (limited to 'include/net/client.hpp')
-rw-r--r--include/net/client.hpp2
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)