aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaView.h
diff options
context:
space:
mode:
authornyamatongwe <nyamatongwe@gmail.com>2013-09-09 08:53:31 +1000
committernyamatongwe <nyamatongwe@gmail.com>2013-09-09 08:53:31 +1000
commit2c9bc72780f5c78d17f9b29a1a832fc3de7eb474 (patch)
tree4faa530399b106ad0c21ff8fc16b41bf178c61e0 /cocoa/ScintillaView.h
parentad4672487684082b0bc17852215cec0601d8af5b (diff)
downloadscintilla-mirror-2c9bc72780f5c78d17f9b29a1a832fc3de7eb474.tar.gz
Use const for constant strings as recommended in Effective Objective C 2.0
Diffstat (limited to 'cocoa/ScintillaView.h')
-rw-r--r--cocoa/ScintillaView.h2
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;