From 6c389362435138c1523e4aedb53938100f6b4c47 Mon Sep 17 00:00:00 2001 From: w00t Date: Sun, 7 Dec 2008 18:31:54 +0000 Subject: national_case_sensitive_map must be static, thanks to the match stuff being static (this is a bit ugly, but necessary for now). Default to national charset map instead of rfc map, as modules may change the pointer. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10857 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/inspircd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/inspircd.h') diff --git a/include/inspircd.h b/include/inspircd.h index 59e840b7b..19674c118 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -408,7 +408,7 @@ class CoreExport InspIRCd : public classbase * This is provided as a pointer so that modules can change it to their custom mapping tables, * e.g. for national character support. */ - unsigned const char *national_case_sensitive_map; + static unsigned const char *national_case_sensitive_map; /** Returns the next available UID for this server. */ -- cgit v1.2.3