Remove protected class from EventQueue Doxy

pull/8414/head
Kevin Gilbert 2018-10-12 13:38:40 -05:00 committed by GitHub
parent 6d7b655b87
commit 1c74c30aee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -2803,6 +2803,7 @@ public:
#endif
protected:
#if !defined(DOXYGEN_ONLY)
template <typename F>
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)
};
}