X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-sharp%2Fsharp%2Finternal%2FPinchGestureDetector.cs;h=6305a3b4ad9962e9a50acb68794fcd18b2e5730b;hp=7467e6289f6841d5ed256f76bb24c46d1055070a;hb=318378db7fbb0bcfb08c3c603f54857d6f5c9639;hpb=0f5a8aaa14ccf06aee1069ef585d83b8506dd099 diff --git a/plugins/dali-sharp/sharp/internal/PinchGestureDetector.cs b/plugins/dali-sharp/sharp/internal/PinchGestureDetector.cs index 7467e62..6305a3b 100644 --- a/plugins/dali-sharp/sharp/internal/PinchGestureDetector.cs +++ b/plugins/dali-sharp/sharp/internal/PinchGestureDetector.cs @@ -30,7 +30,7 @@ using System; using System.Runtime.InteropServices; -public class PinchGestureDetector : GestureDetector { +internal class PinchGestureDetector : GestureDetector { private global::System.Runtime.InteropServices.HandleRef swigCPtr; internal PinchGestureDetector(global::System.IntPtr cPtr, bool cMemoryOwn) : base(NDalicPINVOKE.PinchGestureDetector_SWIGUpcast(cPtr), cMemoryOwn) {