Explorar el Código

client port was not public

Kajetan Johannes Hammerle hace 4 años
padre
commit
d965a3542a
Se han modificado 1 ficheros con 1 adiciones y 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: