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