diff options
Diffstat (limited to 'include/timers.h')
-rw-r--r-- | include/timers.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/timers.h b/include/timers.h index 28d5a9a10..4a7defebe 100644 --- a/include/timers.h +++ b/include/timers.h @@ -90,7 +90,6 @@ class CoreExport Timer : public Extensible */ class CoreExport TimerManager : public Extensible { - friend class Timer; /** A list of timers */ static std::vector<Timer *> Timers; |