summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLUpdateTurnListResponse.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLUpdateTurnListResponse.m')
-rw-r--r--SmartDeviceLink/SDLUpdateTurnListResponse.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/SmartDeviceLink/SDLUpdateTurnListResponse.m b/SmartDeviceLink/SDLUpdateTurnListResponse.m
index 18e04082b..09781ef3e 100644
--- a/SmartDeviceLink/SDLUpdateTurnListResponse.m
+++ b/SmartDeviceLink/SDLUpdateTurnListResponse.m
@@ -4,12 +4,12 @@
#import "SDLUpdateTurnListResponse.h"
-#import "SDLNames.h"
+
@implementation SDLUpdateTurnListResponse
- (instancetype)init {
- if (self = [super initWithName:NAMES_UpdateTurnList]) {
+ if (self = [super initWithName:SDLNameUpdateTurnList]) {
}
return self;
}