From 388ef32944603a105ed34db4aa089acf5a7a87fd Mon Sep 17 00:00:00 2001 From: Kozoriz Date: Mon, 25 Apr 2016 15:57:20 +0300 Subject: Remove explicit from commands --- .../application_manager/commands/mobile/on_hash_change_notification.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/application_manager/include/application_manager/commands/mobile/on_hash_change_notification.h') diff --git a/src/components/application_manager/include/application_manager/commands/mobile/on_hash_change_notification.h b/src/components/application_manager/include/application_manager/commands/mobile/on_hash_change_notification.h index 334436dacd..779cc37364 100644 --- a/src/components/application_manager/include/application_manager/commands/mobile/on_hash_change_notification.h +++ b/src/components/application_manager/include/application_manager/commands/mobile/on_hash_change_notification.h @@ -52,7 +52,7 @@ class OnHashChangeNotification : public CommandNotificationImpl { * * @param message Incoming SmartObject message **/ - explicit OnHashChangeNotification(const MessageSharedPtr& message, ApplicationManager& application_manager); + OnHashChangeNotification(const MessageSharedPtr& message, ApplicationManager& application_manager); /** * @brief OnHashChangeNotification class destructor -- cgit v1.2.1