diff options
-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 |