summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrettyWhite <geekman3454@protonmail.com>2017-07-21 13:53:33 -0400
committerBrettyWhite <geekman3454@protonmail.com>2017-07-21 13:53:33 -0400
commit737c20a5f5908e8651bc1e9d2d77af5c4479fc57 (patch)
tree867cd9d045bf261589a0acfc573ae5cbe7ec5027
parent29b8c738700415ee3e3d42e53a82e1b09d9ec646 (diff)
downloadsdl_ios-737c20a5f5908e8651bc1e9d2d77af5c4479fc57.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 cc5193c10..65f9f608a 100644
--- a/SmartDeviceLink/SDLSyncMsgVersion.h
+++ b/SmartDeviceLink/SDLSyncMsgVersion.h
@@ -24,7 +24,7 @@
- (instancetype)initWithDictionary:(NSMutableDictionary *)dict;
// 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;