瀏覽代碼

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: