summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2006-09-11 19:34:28 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2006-09-11 19:34:28 +0000
commit83562ac4df1cc830b7569ac3b1ad4a61d38b8cf9 (patch)
tree9bff6b132a3fc3668fbb30f4517399c5cc7e275d /include
parent4be89477502dd1fd47164bbc88ba62eeedcd0d54 (diff)
Fix for picky compilers (see, I work sometimes ;p)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5218 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r--include/xline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xline.h b/include/xline.h
index 34bd0d920..bfa810c97 100644
--- a/include/xline.h
+++ b/include/xline.h
@@ -206,7 +206,7 @@ class XLineManager
*/
XLineManager(InspIRCd* Instance);
- IdentHostPair XLineManager::IdentSplit(const std::string &ident_and_host);
+ IdentHostPair IdentSplit(const std::string &ident_and_host);
/** Add a new GLine
* @param duration The duration of the line