diff options
| author | 2006-03-11 15:25:55 +0000 | |
|---|---|---|
| committer | 2006-03-11 15:25:55 +0000 | |
| commit | dd17b68273d0b25014af3653f18a35cf181e4e44 (patch) | |
| tree | decd0503625bd78f29aee0b5298d1fadfff95240 /src/modules/m_vhost.cpp | |
| parent | Changed to const ref (diff) | |
Last ones
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3660 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_vhost.cpp')
| -rw-r--r-- | src/modules/m_vhost.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_vhost.cpp b/src/modules/m_vhost.cpp index df2ff747e..22bb771c2 100644 --- a/src/modules/m_vhost.cpp +++ b/src/modules/m_vhost.cpp @@ -81,7 +81,7 @@ class ModuleVHost : public Module List[I_OnRehash] = 1; } - virtual void OnRehash(std::string parameter) + virtual void OnRehash(const std::string ¶meter) { delete Conf; Conf = new ConfigReader; |
