summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include/application_manager/commands/mobile/alert_request.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/include/application_manager/commands/mobile/alert_request.h')
-rw-r--r--src/components/application_manager/include/application_manager/commands/mobile/alert_request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/include/application_manager/commands/mobile/alert_request.h b/src/components/application_manager/include/application_manager/commands/mobile/alert_request.h
index dea6790a60..49e602e9ac 100644
--- a/src/components/application_manager/include/application_manager/commands/mobile/alert_request.h
+++ b/src/components/application_manager/include/application_manager/commands/mobile/alert_request.h
@@ -52,7 +52,7 @@ class AlertRequest : public CommandRequestImpl {
*
* @param message Incoming SmartObject message
**/
- explicit AlertRequest(const MessageSharedPtr& message);
+ explicit AlertRequest(const MessageSharedPtr& message, ApplicationManager& application_manager);
/**
* @brief AlertRequest class destructor