mirror of
https://github.com/anope/anope.git
synced 2026-06-29 23:06:36 +02:00
Take a constant pointer in GetModule.
This commit is contained in:
+1
-1
@@ -620,7 +620,7 @@ void Conf::Post(Conf *old)
|
||||
}
|
||||
}
|
||||
|
||||
Block *Conf::GetModule(Module *m)
|
||||
Block *Conf::GetModule(const Module *m)
|
||||
{
|
||||
if (!m)
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user