summaryrefslogtreecommitdiff
path: root/src/core/enc_none.c
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-08 00:14:35 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-08 00:14:35 +0000
commite459e5833e10f3de02168ff99f10b28090d90aac (patch)
tree4a5229b978b5cbb12f59aa640a0954326e920c81 /src/core/enc_none.c
parent8d4789efaaa27967f83d376ea8f6babbce6d980e (diff)
Call the new base constructor too.. let's hope this all works?
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1578 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/core/enc_none.c')
-rw-r--r--src/core/enc_none.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/enc_none.c b/src/core/enc_none.c
index f6705b2b4..b0bac3005 100644
--- a/src/core/enc_none.c
+++ b/src/core/enc_none.c
@@ -18,7 +18,7 @@ int plain_check_password(const char *plaintext, const char *password);
class ENone : public Module
{
public:
- ENone(const std::string &modname, const std::string &creator) : Module(creator)
+ ENone(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
moduleAddAuthor("Anope");
moduleAddVersion("$Id$");