summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include/application_manager/commands/hmi/notification_to_hmi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/include/application_manager/commands/hmi/notification_to_hmi.h')
-rw-r--r--src/components/application_manager/include/application_manager/commands/hmi/notification_to_hmi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/include/application_manager/commands/hmi/notification_to_hmi.h b/src/components/application_manager/include/application_manager/commands/hmi/notification_to_hmi.h
index d53ea9e8b2..d382cfcc83 100644
--- a/src/components/application_manager/include/application_manager/commands/hmi/notification_to_hmi.h
+++ b/src/components/application_manager/include/application_manager/commands/hmi/notification_to_hmi.h
@@ -41,7 +41,7 @@ namespace commands {
class NotificationToHMI : public CommandImpl {
public:
- explicit NotificationToHMI(const MessageSharedPtr& message,
+ NotificationToHMI(const MessageSharedPtr& message,
ApplicationManager& application_manager);
virtual ~NotificationToHMI();
virtual bool Init();