diff options
Diffstat (limited to 'src/core/os_admin.c')
-rw-r--r-- | src/core/os_admin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/os_admin.c b/src/core/os_admin.c index 784592db7..a57b44ad8 100644 --- a/src/core/os_admin.c +++ b/src/core/os_admin.c @@ -24,7 +24,7 @@ void myOperServHelp(User * u); class OSAdmin : public Module { public: - OSAdmin(const std::string &modname, const std::string &creator) : Module(creator) + OSAdmin(const std::string &modname, const std::string &creator) : Module(modname, creator) { Command *c; |