summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include/application_manager/commands/hmi/ui_show_response.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/include/application_manager/commands/hmi/ui_show_response.h')
-rw-r--r--src/components/application_manager/include/application_manager/commands/hmi/ui_show_response.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/include/application_manager/commands/hmi/ui_show_response.h b/src/components/application_manager/include/application_manager/commands/hmi/ui_show_response.h
index 4a9b49253e..07ae7e6efb 100644
--- a/src/components/application_manager/include/application_manager/commands/hmi/ui_show_response.h
+++ b/src/components/application_manager/include/application_manager/commands/hmi/ui_show_response.h
@@ -49,7 +49,7 @@ class UIShowResponse : public ResponseFromHMI {
*
* @param message Incoming SmartObject message
**/
- explicit UIShowResponse(const MessageSharedPtr& message);
+ explicit UIShowResponse(const MessageSharedPtr& message, ApplicationManager& application_manager);
/**
* @brief UIShowResponse class destructor