summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrettyWhite <geekman3454@protonmail.com>2017-07-21 13:54:39 -0400
committerBrettyWhite <geekman3454@protonmail.com>2017-07-21 13:54:39 -0400
commit7f52ea71df786dda657f5af9660a8350d3a5f520 (patch)
treec622d2f25b8e91cd32abeef5128ca7bc4eb480fa
parent1eed3f525ecddb64b265aff02aa0ed64f587b541 (diff)
downloadsdl_ios-feature/implement_SDL_0050_api_patch_version_v5.0.tar.gz
-rw-r--r--SmartDeviceLink/SDLSyncMsgVersion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLSyncMsgVersion.h b/SmartDeviceLink/SDLSyncMsgVersion.h
index 003961589..de5050889 100644
--- a/SmartDeviceLink/SDLSyncMsgVersion.h
+++ b/SmartDeviceLink/SDLSyncMsgVersion.h
@@ -15,7 +15,7 @@ NS_ASSUME_NONNULL_BEGIN
@interface SDLSyncMsgVersion : SDLRPCStruct
// TODO: (Alex M.)[2016-12-1] Change from NSInteger to UInt8
-- (instancetype)initWithMajorVersion:(NSInteger)majorVersion minorVersion:(NSInteger)minorVersion __deprecated_msg("Use (instancetype)initWithMajorVersion:(NSInteger)majorVersion minorVersion:(NSInteger)minorVersion patchVersion:(NSInteger)patchVersion instead");
+- (instancetype)initWithMajorVersion:(NSInteger)majorVersion minorVersion:(NSInteger)minorVersion __deprecated_msg("Use initWithMajorVersion:minorVersion:patchVersion: instead");
- (instancetype)initWithMajorVersion:(NSInteger)majorVersion minorVersion:(NSInteger)minorVersion patchVersion:(NSInteger)patchVersion;