diff options
| -rw-r--r-- | DomeKey/Mappings.m | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 | 
