summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/hmi/on_tts_language_change_notification.cc
diff options
context:
space:
mode:
authorAlexander Kutsan <AKutsan@luxoft.com>2016-01-15 16:38:30 +0200
committerAlexander Kutsan <AKutsan@luxoft.com>2016-01-19 11:40:44 +0200
commit787cba7d339f4ed46395355f3c978f4c5198ea41 (patch)
treebd563105760ed0df80987d5fb6b9025a7ec22413 /src/components/application_manager/src/commands/hmi/on_tts_language_change_notification.cc
parentf164118be7fc5f8ec8ca8962f4b111e2122017ff (diff)
downloadsdl_core-787cba7d339f4ed46395355f3c978f4c5198ea41.tar.gz
Resolve rebase conflicts
Refactor StateCtrl Fix compile errors Fix build with tests Fix tests
Diffstat (limited to 'src/components/application_manager/src/commands/hmi/on_tts_language_change_notification.cc')
-rw-r--r--src/components/application_manager/src/commands/hmi/on_tts_language_change_notification.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/src/commands/hmi/on_tts_language_change_notification.cc b/src/components/application_manager/src/commands/hmi/on_tts_language_change_notification.cc
index d96d30fd5b..0576b6d020 100644
--- a/src/components/application_manager/src/commands/hmi/on_tts_language_change_notification.cc
+++ b/src/components/application_manager/src/commands/hmi/on_tts_language_change_notification.cc
@@ -70,7 +70,7 @@ void OnTTSLanguageChangeNotification::Run() {
ApplicationManagerImpl::ApplicationListAccessor accessor;
- ApplicationManagerImpl::ApplictionSetIt it = accessor.begin();
+ ApplicationSetIt it = accessor.begin();
for (; accessor.end() != it;) {
ApplicationSharedPtr app = *it++;
(*message_)[strings::params][strings::connection_key] = app->app_id();