summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h
index 03b15f5ae..d6a4ecb89 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -1629,7 +1629,9 @@ class CoreExport ModuleManager : public classbase
* The actual number of loaded modules is available from GetModuleCount()
*/
ModuleList modules;
-
+
+ /** Simple, bog-standard, boring constructor.
+ */
ModuleManager(InspIRCd* Ins);
~ModuleManager();