summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include/application_manager/commands/mobile/on_hash_change_notification.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/on_hash_change_notification.h
parent72723be0357114617d87be396baba7a244a32b6e (diff)
downloadsdl_core-388ef32944603a105ed34db4aa089acf5a7a87fd.tar.gz
Remove explicit from commands
Diffstat (limited to 'src/components/application_manager/include/application_manager/commands/mobile/on_hash_change_notification.h')
-rw-r--r--src/components/application_manager/include/application_manager/commands/mobile/on_hash_change_notification.h2
1 files changed, 1 insertions, 1 deletions
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