summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2018-08-08 14:03:19 -0400
committerJoel Fischer <joeljfischer@gmail.com>2018-08-08 14:03:19 -0400
commit3cb0f3be950203b8c0737ffe36debb2628d8d707 (patch)
tree822612e5728d795cae01eb0480d8f03dd18ea1c7
parent202f666c97d31ce0d46f1e6984be178448ba7ced (diff)
downloadsdl_ios-3cb0f3be950203b8c0737ffe36debb2628d8d707.tar.gz
Add to module map
-rw-r--r--SmartDeviceLink/SDLLogFileModuleMap.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLLogFileModuleMap.m b/SmartDeviceLink/SDLLogFileModuleMap.m
index 218ffa42c..c9aa4150b 100644
--- a/SmartDeviceLink/SDLLogFileModuleMap.m
+++ b/SmartDeviceLink/SDLLogFileModuleMap.m
@@ -85,7 +85,7 @@
}
+ (SDLLogFileModule *)sdl_screenManagerChoiceSetModule {
- return [SDLLogFileModule moduleWithName:@"Screen/ChoiceSet" files:[NSSet setWithArray:@[@"SDLChoiceSetManager", @"SDLCheckChoiceVROptionalOperation", @"SDLDeleteChoicesOperation", @"SDLPreloadChoicesOperation", @"SDLPresentChoiceSetOperation", @"SDLPresentKeyboardOperation"]]];
+ return [SDLLogFileModule moduleWithName:@"Screen/ChoiceSet" files:[NSSet setWithArray:@[@"SDLChoiceSetManager", @"SDLCheckChoiceVROptionalOperation", @"SDLDeleteChoicesOperation", @"SDLPreloadChoicesOperation", @"SDLPresentChoiceSetOperation", @"SDLPresentKeyboardOperation", @"SDLChoiceSet"]]];
}