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=7cca1061ed3db08d2e7f511a8f6ef707e688703d;hpb=030fbd95bbe4b0e7fcd55fecfcfb9f940ab505bd 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) {