diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-08 00:14:35 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-08 00:14:35 +0000 |
commit | e459e5833e10f3de02168ff99f10b28090d90aac (patch) | |
tree | 4a5229b978b5cbb12f59aa640a0954326e920c81 /src/modules/hs_request.c | |
parent | 8d4789efaaa27967f83d376ea8f6babbce6d980e (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/modules/hs_request.c')
-rw-r--r-- | src/modules/hs_request.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/hs_request.c b/src/modules/hs_request.c index 73c8c3285..2fe05ecf6 100644 --- a/src/modules/hs_request.c +++ b/src/modules/hs_request.c @@ -86,7 +86,7 @@ HostCore *hs_request_head; class HSRequest : public Module { public: - HSRequest(const std::string &modname, const std::string &creator) : Module(creator) + HSRequest(const std::string &modname, const std::string &creator) : Module(modname, creator) { Command *c; EvtHook *hook; |