summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include/application_manager/commands/mobile/on_touch_event_notification.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/include/application_manager/commands/mobile/on_touch_event_notification.h')
-rw-r--r--src/components/application_manager/include/application_manager/commands/mobile/on_touch_event_notification.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/include/application_manager/commands/mobile/on_touch_event_notification.h b/src/components/application_manager/include/application_manager/commands/mobile/on_touch_event_notification.h
index 1aba3087dd..4d8d3bc627 100644
--- a/src/components/application_manager/include/application_manager/commands/mobile/on_touch_event_notification.h
+++ b/src/components/application_manager/include/application_manager/commands/mobile/on_touch_event_notification.h
@@ -53,7 +53,7 @@ class OnTouchEventNotification : public CommandNotificationImpl {
*
* @param message Incoming SmartObject message
**/
- explicit OnTouchEventNotification(const MessageSharedPtr& message);
+ explicit OnTouchEventNotification(const MessageSharedPtr& message, ApplicationManager& application_manager);
/**
* @brief OnTouchEventNotification class destructor