From 83562ac4df1cc830b7569ac3b1ad4a61d38b8cf9 Mon Sep 17 00:00:00 2001 From: w00t Date: Mon, 11 Sep 2006 19:34:28 +0000 Subject: [PATCH] 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 --- include/xline.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5