summaryrefslogtreecommitdiff
path: root/src/modules.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules.cpp')
-rw-r--r--src/modules.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules.cpp b/src/modules.cpp
index c562161e0..9b6a0d826 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -416,7 +416,7 @@ chanrec* Server::GetChannelIndex(long index)
void Server::AddTimer(InspTimer* T)
{
- AddTimer(T);
+ ::AddTimer(T);
}
void Server::SendOpers(std::string s)