Procházet zdrojové kódy

client port was not public

Kajetan Johannes Hammerle před 3 roky
rodič
revize
d965a3542a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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: