diff options
-rw-r--r-- | cocoa/ScintillaView.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/ScintillaView.mm b/cocoa/ScintillaView.mm index b4827cc90..51cb0af5f 100644 --- a/cocoa/ScintillaView.mm +++ b/cocoa/ScintillaView.mm @@ -613,7 +613,7 @@ static NSCursor *cursorFromEnum(Window::Cursor cursor) - (NSArray*) validAttributesForMarkedText { - return nil; + return @[]; } // End of the NSTextInputClient protocol adoption. |