From 33b72564206fe75b4433a82432676f8e05ccfbb5 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 27 Oct 2018 05:37:55 +0200 Subject: Mappings: Make `const` `static` Ensure it's scoped to this file. --- DomeKey/Mappings.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DomeKey/Mappings.m b/DomeKey/Mappings.m index 1261601..43f182d 100644 --- a/DomeKey/Mappings.m +++ b/DomeKey/Mappings.m @@ -10,7 +10,7 @@ #define NOTIFICATION_NAME_RELOAD "com.teddywing.DomeKey.reload_mappings" -const CFStringRef CFNOTIFICATION_NAME_RELOAD = CFSTR(NOTIFICATION_NAME_RELOAD); +static const CFStringRef CFNOTIFICATION_NAME_RELOAD = CFSTR(NOTIFICATION_NAME_RELOAD); @implementation Mappings -- cgit v1.2.3