summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include/application_manager/commands/hmi/tts_set_global_properties_response.h
diff options
context:
space:
mode:
authorKozoriz <kozorizandriy@gmail.com>2016-04-11 16:22:10 +0300
committerKozoriz <kozorizandriy@gmail.com>2016-04-25 12:05:00 +0300
commit65350ac57da63f3c267d3a27dce05a3752ddbba7 (patch)
tree197f249f8bd3108c7fbb154d4c67a14bcb38318e /src/components/application_manager/include/application_manager/commands/hmi/tts_set_global_properties_response.h
parent2c7dc612ce41461bebc3416917d2607f24002285 (diff)
downloadsdl_core-65350ac57da63f3c267d3a27dce05a3752ddbba7.tar.gz
Hmi commands update after removing all singletones
Diffstat (limited to 'src/components/application_manager/include/application_manager/commands/hmi/tts_set_global_properties_response.h')
-rw-r--r--src/components/application_manager/include/application_manager/commands/hmi/tts_set_global_properties_response.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/include/application_manager/commands/hmi/tts_set_global_properties_response.h b/src/components/application_manager/include/application_manager/commands/hmi/tts_set_global_properties_response.h
index 0766decf9f..5bb666fea2 100644
--- a/src/components/application_manager/include/application_manager/commands/hmi/tts_set_global_properties_response.h
+++ b/src/components/application_manager/include/application_manager/commands/hmi/tts_set_global_properties_response.h
@@ -49,7 +49,7 @@ class TTSSetGlobalPropertiesResponse : public ResponseFromHMI {
*
* @param message Incoming SmartObject message
**/
- explicit TTSSetGlobalPropertiesResponse(const MessageSharedPtr& message);
+ explicit TTSSetGlobalPropertiesResponse(const MessageSharedPtr& message, ApplicationManager& application_manager);
/**
* @brief TTSSetGlobalPropertiesResponse class destructor