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() {