From 1c74c30aeea453496ce2cfa378ae5c33edf884af Mon Sep 17 00:00:00 2001 From: Kevin Gilbert Date: Fri, 12 Oct 2018 13:38:40 -0500 Subject: [PATCH] Remove protected class from EventQueue Doxy --- events/EventQueue.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/events/EventQueue.h b/events/EventQueue.h index b06b595fa7..7214966365 100644 --- a/events/EventQueue.h +++ b/events/EventQueue.h @@ -2803,6 +2803,7 @@ public: #endif protected: + #if !defined(DOXYGEN_ONLY) template friend class Event; struct equeue _equeue; @@ -3379,6 +3380,7 @@ protected: f(c0, c1, c2, c3, c4, a0, a1, a2, a3, a4); } }; + #endif //!defined(DOXYGEN_ONLY) }; }