Browse Source

client port was not public

Kajetan Johannes Hammerle 3 years ago
parent
commit
d965a3542a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      network/Client.h

+ 1 - 1
network/Client.h

@@ -5,7 +5,7 @@
 #include "network/Packet.h"
 #include "utils/Error.h"
 
-class Client final {
+struct Client final {
     typedef enet_uint16 Port;
 
 private: