diff --git a/firmware/controllers/system/timer/event_queue.h b/firmware/controllers/system/timer/event_queue.h index b028ed2f21..c6170f9b41 100644 --- a/firmware/controllers/system/timer/event_queue.h +++ b/firmware/controllers/system/timer/event_queue.h @@ -60,11 +60,11 @@ public: int size(void) const; scheduling_s *getElementAtIndexForUnitText(int index); scheduling_s * getHead(); - void assertListIsSorted() const; scheduling_s* getFreeScheduling(); void tryReturnScheduling(scheduling_s* sched); private: + void assertListIsSorted() const; /** * this list is sorted */