summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjacobkeeler <jacob.keeler@livioradio.com>2021-02-17 13:58:25 -0500
committerjacobkeeler <jacob.keeler@livioradio.com>2021-02-17 13:58:25 -0500
commita1ad3c74c56c722a0e5958d6c70a0709b4808e8d (patch)
treea0818c333858d585ccc3b2600304f529d6bfb97c
parent46feb1fd44100ea41f8886437041ec9998cc4891 (diff)
downloadsdl_core-a1ad3c74c56c722a0e5958d6c70a0709b4808e8d.tar.gz
Fix typo
-rw-r--r--src/components/application_manager/src/message_helper/message_helper.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/src/message_helper/message_helper.cc b/src/components/application_manager/src/message_helper/message_helper.cc
index 5119cee1af..6ff833f3bf 100644
--- a/src/components/application_manager/src/message_helper/message_helper.cc
+++ b/src/components/application_manager/src/message_helper/message_helper.cc
@@ -411,7 +411,7 @@ MessageHelper::CreateUIResetGlobalPropertiesRequest(
(*ui_reset_global_prop_request)[hmi_request::keyboard_properties] =
keyboard_properties;
- app->set_keyboard_props(keyboard_properties);
+ application->set_keyboard_props(keyboard_properties);
}
(*ui_reset_global_prop_request)[strings::app_id] = application->app_id();