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