diff options
Diffstat (limited to 'cocoa/ScintillaView.h')
-rw-r--r-- | cocoa/ScintillaView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/ScintillaView.h b/cocoa/ScintillaView.h index a6b8dbcd8..3c737b258 100644 --- a/cocoa/ScintillaView.h +++ b/cocoa/ScintillaView.h @@ -42,7 +42,7 @@ class ScintillaCocoa; @class ScintillaView; -extern NSString *SCIUpdateUINotification; +extern NSString *const SCIUpdateUINotification; @protocol ScintillaNotificationProtocol - (void)notification: (Scintilla::SCNotification*)notification; |