From 2c9bc72780f5c78d17f9b29a1a832fc3de7eb474 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 9 Sep 2013 08:53:31 +1000 Subject: Use const for constant strings as recommended in Effective Objective C 2.0 --- cocoa/ScintillaView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cocoa/ScintillaView.h') 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; -- cgit v1.2.3