summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/hmi/notification_to_hmi.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/src/commands/hmi/notification_to_hmi.cc')
-rw-r--r--src/components/application_manager/src/commands/hmi/notification_to_hmi.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/src/commands/hmi/notification_to_hmi.cc b/src/components/application_manager/src/commands/hmi/notification_to_hmi.cc
index 7e24dce8d9..b6639c9aea 100644
--- a/src/components/application_manager/src/commands/hmi/notification_to_hmi.cc
+++ b/src/components/application_manager/src/commands/hmi/notification_to_hmi.cc
@@ -44,7 +44,7 @@ NotificationToHMI::NotificationToHMI(const MessageSharedPtr& message,
NotificationToHMI::~NotificationToHMI() {}
bool NotificationToHMI::Init() {
- return ReplaceMobileByHMIAppId(*message_);
+ return ReplaceMobileWithHMIAppId(*message_);
}
bool NotificationToHMI::CleanUp() {