summaryrefslogtreecommitdiff
path: root/include/timers.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/timers.h')
-rw-r--r--include/timers.h2
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;