From 8d4789efaaa27967f83d376ea8f6babbce6d980e Mon Sep 17 00:00:00 2001 From: "Robin Burchell w00t@inspircd.org" Date: Sat, 8 Nov 2008 00:12:54 +0000 Subject: Convert all the derived module constructors to take the new parameter (sed must be worshipped). They still call the base constructor the wrong way. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1577 5417fbe8-f217-4b02-8779-1006273d7864 --- src/modules/hs_request.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/hs_request.c') diff --git a/src/modules/hs_request.c b/src/modules/hs_request.c index f6e10f285..73c8c3285 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 &creator) : Module(creator) + HSRequest(const std::string &modname, const std::string &creator) : Module(creator) { Command *c; EvtHook *hook; -- cgit