From: dongsug-song <35130733+dongsug-song@users.noreply.github.com> Date: Mon, 17 May 2021 01:00:20 +0000 (+0900) Subject: Update src/Tizen.NUI/src/public/Layer.cs X-Git-Tag: accepted/tizen/6.0/unified/20210518.134331~1^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d8b553a315831398939d8bc0a7c45fa2b3ec8d99;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Update src/Tizen.NUI/src/public/Layer.cs yes, you are right. it is applied. Co-authored-by: Seungkeun Lee --- diff --git a/src/Tizen.NUI/src/public/Layer.cs b/src/Tizen.NUI/src/public/Layer.cs index 3192aaa..daf1af3 100755 --- a/src/Tizen.NUI/src/public/Layer.cs +++ b/src/Tizen.NUI/src/public/Layer.cs @@ -687,7 +687,7 @@ namespace Tizen.NUI window = win; } - internal uint GetId() + private uint GetId() { uint ret = Interop.Actor.Actor_GetId(swigCPtr); if (NDalicPINVOKE.SWIGPendingException.Pending) @@ -720,4 +720,4 @@ namespace Tizen.NUI internal static readonly int BEHAVIOR = Interop.Layer.Layer_Property_BEHAVIOR_get(); } } -} \ No newline at end of file +}