1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 23:13:13 +02:00

Fix build from earlier merge

This commit is contained in:
Adam
2013-03-22 18:41:23 -05:00
parent f122f104c4
commit c3e4f1bf7e
+1 -1
View File
@@ -31,7 +31,7 @@ void Timer::SetTimer(time_t t)
{
TimerManager::DelTimer(this);
trigger = t;
TimerManager::AddTimer(t);
TimerManager::AddTimer(this);
}
time_t Timer::GetTimer() const