event/FineTimerEvent: adjust "friend" declaration

This commit is contained in:
Max Kellermann 2022-06-13 19:48:25 +02:00 committed by Max Kellermann
parent 12d67dad35
commit cca20fec07

View File

@ -64,7 +64,7 @@ class FineTimerEvent final :
{ {
friend class TimerList; friend class TimerList;
#ifdef NO_BOOST #ifdef NO_BOOST
friend class IntrusiveList<FineTimerEvent>; friend struct IntrusiveListBaseHookTraits<FineTimerEvent>;
#endif #endif
EventLoop &loop; EventLoop &loop;