From 549531fb4a1d985d67aef61b882bb759949dbc7c Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Sat, 7 Jun 2014 10:10:18 +1000 Subject: Failed to use the correct argument type in previous commit. --- 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 24d6dc59a..98c536566 100644 --- a/cocoa/ScintillaView.h +++ b/cocoa/ScintillaView.h @@ -179,7 +179,7 @@ extern NSString *const SCIUpdateUINotification; - (NSString*) getLexerProperty: (NSString*) name; // The delegate property should be used instead of registerNotifyCallback which is deprecated. -- (void) registerNotifyCallback: (intptr_t) windowid value: (SciNotifyFunc) callback __attribute__((deprecated)); +- (void) registerNotifyCallback: (intptr_t) windowid value: (Scintilla::SciNotifyFunc) callback __attribute__((deprecated)); - (void) setInfoBar: (NSView *) aView top: (BOOL) top; - (void) setStatusText: (NSString*) text; -- cgit v1.2.3