summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index 0a0a3103d..c0faf79ee 100644
--- a/include/config.h
+++ b/include/config.h
@@ -126,7 +126,7 @@ namespace Configuration
void LoadConf(File &file);
void Post(Conf *old);
- Block *GetModule(Module *);
+ Block *GetModule(const Module *);
Block *GetModule(const Anope::string &name);
BotInfo *GetClient(const Anope::string &name);