From 3f384337b50dcf74131c4cf1bb81b2be25474fc0 Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Tue, 17 Jun 2014 16:06:01 +1000 Subject: Using the platform's NS_OPTIONS macro to define exported enumeration as recommended by Apple's documentation. --- cocoa/InfoBarCommunicator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3