summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include/application_manager/commands/hmi/response_from_hmi.h
diff options
context:
space:
mode:
authorKozoriz <kozorizandriy@gmail.com>2016-04-25 15:57:20 +0300
committerKozoriz <kozorizandriy@gmail.com>2016-04-25 16:35:17 +0300
commit388ef32944603a105ed34db4aa089acf5a7a87fd (patch)
tree16350c949bbc1c91e53d5c95032d840e2f842ad0 /src/components/application_manager/include/application_manager/commands/hmi/response_from_hmi.h
parent72723be0357114617d87be396baba7a244a32b6e (diff)
downloadsdl_core-388ef32944603a105ed34db4aa089acf5a7a87fd.tar.gz
Remove explicit from commands
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();