Fix build error
authorIlho Kim <ilho159.kim@samsung.com>
Wed, 20 May 2020 07:08:00 +0000 (16:08 +0900)
committerSangyoon Jang <jeremy.jang@samsung.com>
Mon, 25 May 2020 04:28:15 +0000 (13:28 +0900)
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
src/theme/dbus/request_broker.cc

index a68bfe4..b2d52d9 100644 (file)
@@ -245,7 +245,7 @@ void RequestBroker::SendDataAsync(Command cmd, tizen_base::Bundle& data) {
 
   g_dbus_connection_send_message_with_reply(connection_, msg,
       G_DBUS_SEND_MESSAGE_FLAGS_NONE, -1, nullptr,
-      nullptr, OnResultReceived, this);
+      nullptr, OnResultReceivedCb, this);
 }
 
 }  // namespace dbus