From: Woochan Lee Date: Wed, 25 Oct 2023 06:37:39 +0000 (+0900) Subject: Fix build error X-Git-Tag: accepted/tizen/8.0/unified/20231115.024713~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cea4d05305e41300839b9388dd59f015ee954423;p=platform%2Fcore%2Fuifw%2Faurum.git Fix build error Change-Id: I17db0ab2e13d499065e74068fc48c0d3896c7062 (cherry picked from commit 34760ee5814cda6bdca06e8bbb451269bcf3f0ca) --- diff --git a/org.tizen.aurum-bootstrap/src/Commands/ClickCommand.cc b/org.tizen.aurum-bootstrap/src/Commands/ClickCommand.cc index bb464d1..511d6b2 100644 --- a/org.tizen.aurum-bootstrap/src/Commands/ClickCommand.cc +++ b/org.tizen.aurum-bootstrap/src/Commands/ClickCommand.cc @@ -62,11 +62,11 @@ std::unique_ptr ClickCommand::createCommand(const ::aurum::ReqClic ::grpc::Status ClickCoordCommand::execute() { - LOGI("ClickCoord (%d, %d) --------------- ", point.x(), point.y()); - std::shared_ptr obj = UiDevice::getInstance(); const ::aurum::Point& point = mRequest->coordination(); + LOGI("ClickCoord (%d, %d) --------------- ", point.x(), point.y()); + obj->click(point.x(), point.y()); mResponse->set_status(::aurum::RspStatus::OK);