diff options
author | DukePyrolator <DukePyrolator@anope.org> | 2011-06-09 06:16:31 +0200 |
---|---|---|
committer | DukePyrolator <DukePyrolator@anope.org> | 2011-06-09 06:16:31 +0200 |
commit | 717b4c3406a8247561de8d36526bb7c32a7af4e7 (patch) | |
tree | 624b9598b8ec3a44cb6c979289bf24554f3b3fb3 /include/timers.h | |
parent | 74361bec0586466bda872d2d846a768d95d6cd5f (diff) |
small improvement for Timer::SetSecs()
Diffstat (limited to 'include/timers.h')
-rw-r--r-- | include/timers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/timers.h b/include/timers.h index 71ab8a153..28d5a9a10 100644 --- a/include/timers.h +++ b/include/timers.h @@ -90,7 +90,7 @@ class CoreExport Timer : public Extensible */ class CoreExport TimerManager : public Extensible { - protected: + friend class Timer; /** A list of timers */ static std::vector<Timer *> Timers; |