diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-09-11 19:34:28 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-09-11 19:34:28 +0000 |
commit | 83562ac4df1cc830b7569ac3b1ad4a61d38b8cf9 (patch) | |
tree | 9bff6b132a3fc3668fbb30f4517399c5cc7e275d | |
parent | 4be89477502dd1fd47164bbc88ba62eeedcd0d54 (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
-rw-r--r-- | include/xline.h | 2 |
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 |