summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLScrollableMessageResponse.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLScrollableMessageResponse.m')
-rw-r--r--SmartDeviceLink/SDLScrollableMessageResponse.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLScrollableMessageResponse.m b/SmartDeviceLink/SDLScrollableMessageResponse.m
index cb82e21c2..cf8c25f89 100644
--- a/SmartDeviceLink/SDLScrollableMessageResponse.m
+++ b/SmartDeviceLink/SDLScrollableMessageResponse.m
@@ -9,7 +9,7 @@
@implementation SDLScrollableMessageResponse
- (instancetype)init {
- if (self = [super initWithName:NAMES_ScrollableMessage]) {
+ if (self = [super initWithName:SDLNameScrollableMessage]) {
}
return self;
}