Quick-fix GCC build
This commit is contained in:
+2
-1
@@ -30,7 +30,8 @@ struct AsyncSocket {
|
|||||||
template <bool> friend struct HttpContext;
|
template <bool> friend struct HttpContext;
|
||||||
template <bool, bool> friend struct WebSocketContext;
|
template <bool, bool> friend struct WebSocketContext;
|
||||||
friend class TopicTree;
|
friend class TopicTree;
|
||||||
protected:
|
/* For now, we don't even compile on GCC without this. FIX! */
|
||||||
|
/*protected*/public:
|
||||||
|
|
||||||
/* Get loop data for socket */
|
/* Get loop data for socket */
|
||||||
LoopData *getLoopData() {
|
LoopData *getLoopData() {
|
||||||
|
|||||||
Reference in New Issue
Block a user