diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/inspircd.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |