From 6b9fe5cdd744fcb06a9d04d4fd3d61b1d903737c Mon Sep 17 00:00:00 2001 From: "jungmin76.park" Date: Fri, 22 Mar 2013 00:41:54 +0900 Subject: [PATCH] fix build error Change-Id: I06321085e5602156f4c63ca670a8827ab3a1df83 Signed-off-by: jungmin76.park --- src/core/FShell_ShortcutManagerImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/FShell_ShortcutManagerImpl.cpp b/src/core/FShell_ShortcutManagerImpl.cpp index 2185a36..031b52e 100644 --- a/src/core/FShell_ShortcutManagerImpl.cpp +++ b/src/core/FShell_ShortcutManagerImpl.cpp @@ -89,7 +89,7 @@ int ShortcutRequestEventHandlerCB(const char* appId, const char* text, int type, } // c - style callback for shortcut_set_request_cb -int ShortcutRequestEventReceiverCB(const char* appId, const char* text, int type, const char* content_info, const char* icon, int pid, double period, allowDuplication, void *data) +int ShortcutRequestEventReceiverCB(const char* appId, const char* text, int type, const char* content_info, const char* icon, int pid, double period, bool allowDuplication, void *data) { SysTryReturn(NID_APP, appId, 0, E_SYSTEM, "[E_SYSTEM] providerId is null!"); -- 2.7.4