summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLReadDIDResponse.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLReadDIDResponse.m')
-rw-r--r--SmartDeviceLink/SDLReadDIDResponse.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLReadDIDResponse.m b/SmartDeviceLink/SDLReadDIDResponse.m
index ecd50bf47..6f878307f 100644
--- a/SmartDeviceLink/SDLReadDIDResponse.m
+++ b/SmartDeviceLink/SDLReadDIDResponse.m
@@ -16,7 +16,7 @@
}
- (void)setDidResult:(NSMutableArray<SDLDIDResult *> *)didResult {
- [self setObject:didResult forName:SDLNameDIDResult];
+ [parameters sdl_setObject:didResult forName:SDLNameDIDResult];
}
- (NSMutableArray<SDLDIDResult *> *)didResult {