summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLSubscribeButtonResponse.m
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-09-30 10:22:39 -0400
committerJoel Fischer <joeljfischer@gmail.com>2016-09-30 10:22:39 -0400
commit5f956e3a5240ee18e0b91681e2f7bb962a0c23c5 (patch)
tree6ec55ead711ce2805c5388fe61b6b451db064f7d /SmartDeviceLink/SDLSubscribeButtonResponse.m
parent41abf01feb2d1103ce2d98392b0713e135d3d4fe (diff)
parent8e68144a2ca0f21549da818ebd8ac58c7f248e2d (diff)
downloadsdl_ios-5f956e3a5240ee18e0b91681e2f7bb962a0c23c5.tar.gz
Merge branch 'develop' into feature/issue_151_struct_dictionary_init
# Conflicts: # SmartDeviceLink/SDLRPCStruct.m
Diffstat (limited to 'SmartDeviceLink/SDLSubscribeButtonResponse.m')
-rw-r--r--SmartDeviceLink/SDLSubscribeButtonResponse.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLSubscribeButtonResponse.m b/SmartDeviceLink/SDLSubscribeButtonResponse.m
index 2264f543b..80a9b3a85 100644
--- a/SmartDeviceLink/SDLSubscribeButtonResponse.m
+++ b/SmartDeviceLink/SDLSubscribeButtonResponse.m
@@ -9,7 +9,7 @@
@implementation SDLSubscribeButtonResponse
- (instancetype)init {
- if (self = [super initWithName:NAMES_SubscribeButton]) {
+ if (self = [super initWithName:SDLNameSubscribeButton]) {
}
return self;
}