Quick-fix GCC build

This commit is contained in:
Alex Hultman
2019-04-16 14:33:38 +02:00
parent 7ea680e187
commit c1ea38ae10
+2 -1
View File
@@ -30,7 +30,8 @@ struct AsyncSocket {
template <bool> friend struct HttpContext;
template <bool, bool> 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() {