summaryrefslogtreecommitdiff
path: root/include/pso/TSocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pso/TSocket.h')
-rw-r--r--include/pso/TSocket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pso/TSocket.h b/include/pso/TSocket.h
index b11d8ef..c55dd08 100644
--- a/include/pso/TSocket.h
+++ b/include/pso/TSocket.h
@@ -13,7 +13,7 @@ union ipv4_addr {
TArray<u8, 4> addr_bytes;
};
-class TSocket : public TObject {
+class TSocket : private TObject {
private:
ipv4_addr m_dst_addr;
u16 m_dst_port;