From de4a3f44b95620c1e220668517f5025039f07877 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 9 Jul 2006 17:59:42 +0000 Subject: Fix whoopsies git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4239 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/modules.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/modules.h b/include/modules.h index 00b7ed5f7..948339cb6 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1295,7 +1295,7 @@ class Server : public classbase */ Module* FindFeature(const std::string &FeatureName); - const char* GetModuleName(Module* m); + const std::string& GetModuleName(Module* m); /** Writes a log string. * This method writes a line of text to the log. If the level given is lower than the -- cgit v1.2.3