summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLTextAlignment.h
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2016-09-22 15:12:49 -0700
committerMuller, Alexander (A.) <amulle19@ford.com>2016-09-22 15:12:49 -0700
commit9b738ffc875f806f2923accbe8fa5d5c29838085 (patch)
treefc922ad30493b767f50653cc799f957e6c9c92d2 /SmartDeviceLink/SDLTextAlignment.h
parent25f909c0bef5a296585c7ec1fd04c39194a88201 (diff)
downloadsdl_ios-9b738ffc875f806f2923accbe8fa5d5c29838085.tar.gz
replace extensible enum with regular enum.
Diffstat (limited to 'SmartDeviceLink/SDLTextAlignment.h')
-rw-r--r--SmartDeviceLink/SDLTextAlignment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLTextAlignment.h b/SmartDeviceLink/SDLTextAlignment.h
index 0f5f921c8..bb229b353 100644
--- a/SmartDeviceLink/SDLTextAlignment.h
+++ b/SmartDeviceLink/SDLTextAlignment.h
@@ -9,7 +9,7 @@
*
* @since SDL 1.0
*/
-typedef SDLEnum SDLTextAlignment NS_EXTENSIBLE_STRING_ENUM;
+typedef SDLEnum SDLTextAlignment NS_STRING_ENUM;
/**
* @abstract Text aligned left.