summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include/application_manager/commands/mobile/change_registration_request.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/include/application_manager/commands/mobile/change_registration_request.h')
-rw-r--r--src/components/application_manager/include/application_manager/commands/mobile/change_registration_request.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/application_manager/include/application_manager/commands/mobile/change_registration_request.h b/src/components/application_manager/include/application_manager/commands/mobile/change_registration_request.h
index bb7c3a1d57..a83fbd7e5c 100644
--- a/src/components/application_manager/include/application_manager/commands/mobile/change_registration_request.h
+++ b/src/components/application_manager/include/application_manager/commands/mobile/change_registration_request.h
@@ -57,7 +57,7 @@ class ChangeRegistrationRequest : public CommandRequestImpl {
*
* @param message Incoming SmartObject message
**/
- explicit ChangeRegistrationRequest(const MessageSharedPtr& message, ApplicationManager& application_manager);
+ ChangeRegistrationRequest(const MessageSharedPtr& message, ApplicationManager& application_manager);
/**
* @brief ChangeRegistrationRequest class destructor
@@ -146,7 +146,7 @@ class ChangeRegistrationRequest : public CommandRequestImpl {
* @return TRUE if there is coincidence of VR, otherwise FALSE
*/
struct CoincidencePredicateVR {
- explicit CoincidencePredicateVR(const custom_str::CustomString& newItem)
+ CoincidencePredicateVR(const custom_str::CustomString& newItem)
: newItem_(newItem){};
bool operator()(const smart_objects::SmartObject& obj) const {