From d29a4aea91d371c6a52ab89b7ad87b7ee4236e02 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 22 Sep 2008 01:16:15 +0000 Subject: Second part of fix for bug #605, make adding and removal of lines not case sensitive git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10590 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/xline.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/xline.h') diff --git a/include/xline.h b/include/xline.h index 4be5922d0..886034bba 100644 --- a/include/xline.h +++ b/include/xline.h @@ -439,7 +439,7 @@ typedef std::map XLineFactMap; /** A map of XLines indexed by string */ -typedef std::map XLineLookup; +typedef std::map XLineLookup; /** A map of XLineLookup maps indexed by string */ -- cgit v1.2.3