summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/message_helper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/src/message_helper.cc')
-rw-r--r--src/components/application_manager/src/message_helper.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/src/message_helper.cc b/src/components/application_manager/src/message_helper.cc
index 36954a50dc..07144063f9 100644
--- a/src/components/application_manager/src/message_helper.cc
+++ b/src/components/application_manager/src/message_helper.cc
@@ -1306,7 +1306,7 @@ void MessageHelper::SendOnAppUnregNotificationToHMI(
uint32_t MessageHelper::SendActivateAppToHMI(uint32_t const app_id,
hmi_apis::Common_HMILevel::eType level,
bool send_policy_priority) {
- u_int32_t correlation_id = 0;
+ uint32_t correlation_id = 0;
application_manager::ApplicationConstSharedPtr app =
application_manager::ApplicationManagerImpl::instance()
->application(app_id);