diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-12 16:56:02 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-12 16:56:02 +0000 |
commit | 3a7fa1660c3d78f1f80f3502a8dae77642d3c3f9 (patch) | |
tree | 7b083b597727330920a5c70ca92a8c4a25982708 /src/dnsqueue.cpp | |
parent | 1135a57ace24193f26ed3e679ca0945d97398988 (diff) |
Const refs (this is about the last of them in the core api)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3694 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/dnsqueue.cpp')
-rw-r--r-- | src/dnsqueue.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dnsqueue.cpp b/src/dnsqueue.cpp index 6d62b7ede..f14fd8c04 100644 --- a/src/dnsqueue.cpp +++ b/src/dnsqueue.cpp @@ -205,7 +205,7 @@ public: } }; -bool lookup_dns(std::string nick) +bool lookup_dns(const std::string &nick) { /* First attempt to find the nickname */ userrec* u = Find(nick); |