From 94f6b059ec6a4b75337967484472e7c66e6721ff Mon Sep 17 00:00:00 2001 From: "Muller, Alexander (A.)" Date: Tue, 18 Oct 2016 09:14:19 -0700 Subject: Updated enums to read better and be less macro-y. --- SmartDeviceLink/SDLHMIZoneCapabilities.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SmartDeviceLink/SDLHMIZoneCapabilities.h') diff --git a/SmartDeviceLink/SDLHMIZoneCapabilities.h b/SmartDeviceLink/SDLHMIZoneCapabilities.h index a1ba1d467..98847857b 100644 --- a/SmartDeviceLink/SDLHMIZoneCapabilities.h +++ b/SmartDeviceLink/SDLHMIZoneCapabilities.h @@ -9,7 +9,7 @@ * * @since SDL 1.0 */ -SDLEnum(SDLHMIZoneCapabilities); +typedef SDLEnum SDLHMIZoneCapabilities SDL_SWIFT_ENUM; /** * @abstract Indicates HMI available for front seat passengers. -- cgit v1.2.1