summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrettyWhite <geekman3454@protonmail.com>2017-07-21 09:43:38 -0400
committerBrettyWhite <geekman3454@protonmail.com>2017-07-21 09:43:38 -0400
commit29b8c738700415ee3e3d42e53a82e1b09d9ec646 (patch)
tree7cd0131f874a3f3d73e3593566b825f386570a32
parent9134036503de44a2e8d3b65a7c842ed80ef9d573 (diff)
downloadsdl_ios-29b8c738700415ee3e3d42e53a82e1b09d9ec646.tar.gz
fixed deprecation messsage
-rw-r--r--SmartDeviceLink/SDLSyncMsgVersion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLSyncMsgVersion.h b/SmartDeviceLink/SDLSyncMsgVersion.h
index 72c2b5f9e..cc5193c10 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("Include patchVersion");
+- (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 patchVersion:(NSInteger)patchVersion;