diff options
| author | BrettyWhite <geekman3454@protonmail.com> | 2017-07-21 09:43:38 -0400 |
|---|---|---|
| committer | BrettyWhite <geekman3454@protonmail.com> | 2017-07-21 09:43:38 -0400 |
| commit | 29b8c738700415ee3e3d42e53a82e1b09d9ec646 (patch) | |
| tree | 7cd0131f874a3f3d73e3593566b825f386570a32 /SmartDeviceLink/SDLSyncMsgVersion.h | |
| parent | 9134036503de44a2e8d3b65a7c842ed80ef9d573 (diff) | |
| download | sdl_ios-29b8c738700415ee3e3d42e53a82e1b09d9ec646.tar.gz | |
fixed deprecation messsage
Diffstat (limited to 'SmartDeviceLink/SDLSyncMsgVersion.h')
| -rw-r--r-- | SmartDeviceLink/SDLSyncMsgVersion.h | 2 |
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; |
