aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/InfoBarCommunicator.h
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2014-06-17 16:06:01 +1000
committerNeil Hodgson <nyamatongwe@gmail.com>2014-06-17 16:06:01 +1000
commit965be94d105fa34ab46791e5fa45bc5bf2896d68 (patch)
tree4fab53f682863c265f8777501108608ccacbc8c4 /cocoa/InfoBarCommunicator.h
parent5f67b8b3fffefa94de9cd5cb51592b9e9efe12c8 (diff)
downloadscintilla-mirror-965be94d105fa34ab46791e5fa45bc5bf2896d68.tar.gz
Using the platform's NS_OPTIONS macro to define exported enumeration as recommended
by Apple's documentation.
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,