Selaa lähdekoodia

client port was not public

Kajetan Johannes Hammerle 4 vuotta sitten
vanhempi
commit
d965a3542a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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: