diff options
Diffstat (limited to 'cocoa')
-rw-r--r-- | cocoa/ScintillaView.mm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cocoa/ScintillaView.mm b/cocoa/ScintillaView.mm index 4cebd7e9e..7c0fecaf3 100644 --- a/cocoa/ScintillaView.mm +++ b/cocoa/ScintillaView.mm @@ -649,6 +649,8 @@ NSString *SCIUpdateUINotification = @"SCIUpdateUI"; [self setGeneralProperty: SCI_SETZOOM value: zoom]; break; } + default: + break; }; } |