diff options
author | Adam <Adam@anope.org> | 2011-06-14 18:23:53 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-06-14 18:23:53 -0400 |
commit | df971befb2ec95d69b7bb5bce49f4105ee916c2a (patch) | |
tree | 35b2a04ca610af184f01f0d1e250d3ff4bdf9a43 /include/timers.h | |
parent | 1cd65878dbdae1d64f70522c3586897a9a7adc36 (diff) |
Fixed a few small things
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; |