From c1ea38ae10f7c9e4acf80c590d455e8f779d53ab Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Tue, 16 Apr 2019 14:33:38 +0200 Subject: [PATCH] Quick-fix GCC build --- src/AsyncSocket.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/AsyncSocket.h b/src/AsyncSocket.h index 2ae7c10..a3e0728 100644 --- a/src/AsyncSocket.h +++ b/src/AsyncSocket.h @@ -30,7 +30,8 @@ struct AsyncSocket { template friend struct HttpContext; template friend struct WebSocketContext; friend class TopicTree; -protected: +/* For now, we don't even compile on GCC without this. FIX! */ +/*protected*/public: /* Get loop data for socket */ LoopData *getLoopData() {