Explorar o código

client port was not public

Kajetan Johannes Hammerle %!s(int64=4) %!d(string=hai) anos
pai
achega
d965a3542a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: