From 787cba7d339f4ed46395355f3c978f4c5198ea41 Mon Sep 17 00:00:00 2001 From: Alexander Kutsan Date: Fri, 15 Jan 2016 16:38:30 +0200 Subject: Resolve rebase conflicts Refactor StateCtrl Fix compile errors Fix build with tests Fix tests --- .../src/commands/hmi/on_tts_language_change_notification.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/application_manager/src/commands/hmi/on_tts_language_change_notification.cc') 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(); -- cgit v1.2.1