diff options
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |