diff options
| -rw-r--r-- | cocoa/InfoBarCommunicator.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/cocoa/InfoBarCommunicator.h b/cocoa/InfoBarCommunicator.h index a6b4c4b96..7dfe13a48 100644 --- a/cocoa/InfoBarCommunicator.h +++ b/cocoa/InfoBarCommunicator.h @@ -21,7 +21,7 @@ enum IBDisplay {   * ScintillaView implementation. The protocol is used two-way.   */ -enum NotificationType { +typedef NS_ENUM(NSInteger, NotificationType) {    IBNZoomChanged,    // The user selected another zoom value.    IBNCaretChanged,   // The caret in the editor changed.    IBNStatusChanged,  // The application set a new status message. | 
