Update src/Tizen.NUI/src/public/Layer.cs
authordongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 17 May 2021 01:00:20 +0000 (10:00 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 17 May 2021 09:18:32 +0000 (18:18 +0900)
yes, you are right. it is applied.

Co-authored-by: Seungkeun Lee <sngn.lee@samsung.com>
src/Tizen.NUI/src/public/Layer.cs

index 3192aaa..daf1af3 100755 (executable)
@@ -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
+}