From d8b553a315831398939d8bc0a7c45fa2b3ec8d99 Mon Sep 17 00:00:00 2001 From: dongsug-song <35130733+dongsug-song@users.noreply.github.com> Date: Mon, 17 May 2021 10:00:20 +0900 Subject: [PATCH] Update src/Tizen.NUI/src/public/Layer.cs yes, you are right. it is applied. Co-authored-by: Seungkeun Lee --- src/Tizen.NUI/src/public/Layer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} -- 2.7.4