summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLKeypressMode.h
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2016-10-18 09:14:19 -0700
committerMuller, Alexander (A.) <amulle19@ford.com>2016-10-18 09:14:19 -0700
commit94f6b059ec6a4b75337967484472e7c66e6721ff (patch)
tree03298b71b14760b616a9f7d8ab6fbb388188f2f6 /SmartDeviceLink/SDLKeypressMode.h
parentd63752252b705f04702307d5db22c027fadb0958 (diff)
downloadsdl_ios-94f6b059ec6a4b75337967484472e7c66e6721ff.tar.gz
Updated enums to read better and be less macro-y.
Diffstat (limited to 'SmartDeviceLink/SDLKeypressMode.h')
-rw-r--r--SmartDeviceLink/SDLKeypressMode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLKeypressMode.h b/SmartDeviceLink/SDLKeypressMode.h
index 145e47273..668f75f21 100644
--- a/SmartDeviceLink/SDLKeypressMode.h
+++ b/SmartDeviceLink/SDLKeypressMode.h
@@ -11,7 +11,7 @@
* @since SmartDeviceLink 3.0
*
*/
-SDLEnum(SDLKeypressMode);
+typedef SDLEnum SDLKeypressMode SDL_SWIFT_ENUM;
/** SINGLE_KEYPRESS:<br>Each and every User`s keypress must be reported (new notification for every newly entered single symbol).
*