From 3c6f909871cbcba3a4036fc496b9b942f605f041 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Tue, 17 Nov 2015 10:07:33 +0100 Subject: [PATCH] on second thought, should not be protected --- include/libev.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/libev.h b/include/libev.h index 733db19..fe6b7cc 100644 --- a/include/libev.h +++ b/include/libev.h @@ -95,14 +95,13 @@ private: } }; -protected: + /** * The event loop * @var struct ev_loop* */ struct ev_loop *_loop; - -private: + /** * All I/O watchers that are active, indexed by their filedescriptor * @var std::map