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