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