summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorom <om@e03df62e-2008-0410-955e-edbf42e46eb7>2006-07-16 07:23:03 +0000
committerom <om@e03df62e-2008-0410-955e-edbf42e46eb7>2006-07-16 07:23:03 +0000
commitc195e03e61ad056f99d68b8136f69516f75c0af6 (patch)
tree00a8d85a3f073159d3c8b404bd58cbebcd178dd4 /include
parentb3bab5a002f4c0ad4543aad33619895bd2fded9e (diff)
const the std::string reference in tokenstream's constructor
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4400 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r--include/hashcomp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hashcomp.h b/include/hashcomp.h
index b818b16f5..22e9f1470 100644
--- a/include/hashcomp.h
+++ b/include/hashcomp.h
@@ -87,7 +87,7 @@ namespace irc
std::string::iterator n;
bool last_pushed;
public:
- tokenstream(std::string &source);
+ tokenstream(const std::string &source);
~tokenstream();
const std::string GetToken();