summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include/application_manager/commands/mobile/alert_maneuver_response.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/mobile/alert_maneuver_response.h
parent72723be0357114617d87be396baba7a244a32b6e (diff)
downloadsdl_core-388ef32944603a105ed34db4aa089acf5a7a87fd.tar.gz
Remove explicit from commands
Diffstat (limited to 'src/components/application_manager/include/application_manager/commands/mobile/alert_maneuver_response.h')
-rw-r--r--src/components/application_manager/include/application_manager/commands/mobile/alert_maneuver_response.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/include/application_manager/commands/mobile/alert_maneuver_response.h b/src/components/application_manager/include/application_manager/commands/mobile/alert_maneuver_response.h
index 083519dc10..4209edcf5e 100644
--- a/src/components/application_manager/include/application_manager/commands/mobile/alert_maneuver_response.h
+++ b/src/components/application_manager/include/application_manager/commands/mobile/alert_maneuver_response.h
@@ -51,7 +51,7 @@ class AlertManeuverResponse : public CommandResponseImpl {
*
* @param message Incoming SmartObject message
**/
- explicit AlertManeuverResponse(const MessageSharedPtr& message, ApplicationManager& application_manager);
+ AlertManeuverResponse(const MessageSharedPtr& message, ApplicationManager& application_manager);
/**
* @brief AlertManeuverResponse class destructor