aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/InfoBarCommunicator.h
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/InfoBarCommunicator.h')
-rw-r--r--cocoa/InfoBarCommunicator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/InfoBarCommunicator.h b/cocoa/InfoBarCommunicator.h
index 7dfe13a48..382f3bb8e 100644
--- a/cocoa/InfoBarCommunicator.h
+++ b/cocoa/InfoBarCommunicator.h
@@ -8,7 +8,7 @@
* This file is dual licensed under LGPL v2.1 and the Scintilla license (http://www.scintilla.org/License.txt).
*/
-enum IBDisplay {
+typedef NS_OPTIONS(NSUInteger, IBDisplay) {
IBShowZoom = 0x01,
IBShowCaretPosition = 0x02,
IBShowStatusText = 0x04,