From 65350ac57da63f3c267d3a27dce05a3752ddbba7 Mon Sep 17 00:00:00 2001 From: Kozoriz Date: Mon, 11 Apr 2016 16:22:10 +0300 Subject: Hmi commands update after removing all singletones --- .../application_manager/src/commands/hmi/navi_alert_maneuver_request.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/application_manager/src/commands/hmi/navi_alert_maneuver_request.cc') diff --git a/src/components/application_manager/src/commands/hmi/navi_alert_maneuver_request.cc b/src/components/application_manager/src/commands/hmi/navi_alert_maneuver_request.cc index 77b3701904..e431cb6376 100644 --- a/src/components/application_manager/src/commands/hmi/navi_alert_maneuver_request.cc +++ b/src/components/application_manager/src/commands/hmi/navi_alert_maneuver_request.cc @@ -37,7 +37,7 @@ namespace application_manager { namespace commands { NaviAlertManeuverRequest::NaviAlertManeuverRequest( - const MessageSharedPtr& message) : RequestToHMI(message) { + const MessageSharedPtr& message, ApplicationManager& application_manager) : RequestToHMI(message, application_manager) { } NaviAlertManeuverRequest::~NaviAlertManeuverRequest() { -- cgit v1.2.1