]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_cloaking.cpp
AMD64 warning 'fix' which tested fine when I added it seems to now...stop things...
[user/henk/code/inspircd.git] / src / modules / m_cloaking.cpp
index 95187864f458abb3c68bf2ce9859bcd5b4199f8b..cddf2778d0dd33b6ba92b85d96dd4fabafa37d92 100644 (file)
@@ -301,7 +301,7 @@ class ModuleCloaking : public Module
                return Version(1,0,0,1,VF_STATIC|VF_VENDOR);
        }
 
-       virtual void OnRehash(std::string parameter)
+       virtual void OnRehash(const std::string &parameter)
        {
                ConfigReader* Conf = new ConfigReader();
                key1 = key2 = key3 = key4 = 0;