summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include/application_manager/commands/hmi/ui_perform_audio_pass_thru_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/hmi/ui_perform_audio_pass_thru_request.h
parent72723be0357114617d87be396baba7a244a32b6e (diff)
downloadsdl_core-388ef32944603a105ed34db4aa089acf5a7a87fd.tar.gz
Remove explicit from commands
Diffstat (limited to 'src/components/application_manager/include/application_manager/commands/hmi/ui_perform_audio_pass_thru_request.h')
-rw-r--r--src/components/application_manager/include/application_manager/commands/hmi/ui_perform_audio_pass_thru_request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/include/application_manager/commands/hmi/ui_perform_audio_pass_thru_request.h b/src/components/application_manager/include/application_manager/commands/hmi/ui_perform_audio_pass_thru_request.h
index 7031cd2e2c..8c71cd7b51 100644
--- a/src/components/application_manager/include/application_manager/commands/hmi/ui_perform_audio_pass_thru_request.h
+++ b/src/components/application_manager/include/application_manager/commands/hmi/ui_perform_audio_pass_thru_request.h
@@ -49,7 +49,7 @@ class UIPerformAudioPassThruRequest : public RequestToHMI {
*
* @param message Incoming SmartObject message
**/
- explicit UIPerformAudioPassThruRequest(const MessageSharedPtr& message, ApplicationManager& application_manager);
+ UIPerformAudioPassThruRequest(const MessageSharedPtr& message, ApplicationManager& application_manager);
/**
* @brief UIPerformAudioPassThruRequest class destructor