Parcourir la source

client port was not public

Kajetan Johannes Hammerle il y a 4 ans
Parent
commit
d965a3542a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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: