diff options
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h index 5bdce1355..53f723898 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1029,7 +1029,7 @@ class CoreExport ModuleManager public: /** List of all modules loaded in Anope */ - static CoreExport std::list<Module *> Modules; + static std::list<Module *> Modules; /** Event handler hooks. * This needs to be public to be used by FOREACH_MOD and friends. |