ソースを参照

client port was not public

Kajetan Johannes Hammerle 4 年 前
コミット
d965a3542a
1 ファイル変更1 行追加1 行削除
  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: