X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-sharp%2Fsharp%2Finternal%2FLongPressGestureDetector.cs;h=4f23f3b1cebbf78d6710e0c8cbda6f6dc31dac43;hp=7eb839e51c8da423e368969409f8c8c230b921cf;hb=318378db7fbb0bcfb08c3c603f54857d6f5c9639;hpb=030fbd95bbe4b0e7fcd55fecfcfb9f940ab505bd diff --git a/plugins/dali-sharp/sharp/internal/LongPressGestureDetector.cs b/plugins/dali-sharp/sharp/internal/LongPressGestureDetector.cs index 7eb839e..4f23f3b 100644 --- a/plugins/dali-sharp/sharp/internal/LongPressGestureDetector.cs +++ b/plugins/dali-sharp/sharp/internal/LongPressGestureDetector.cs @@ -29,7 +29,7 @@ namespace Dali { using System; using System.Runtime.InteropServices; -public class LongPressGestureDetector : GestureDetector { +internal class LongPressGestureDetector : GestureDetector { private global::System.Runtime.InteropServices.HandleRef swigCPtr; internal LongPressGestureDetector(global::System.IntPtr cPtr, bool cMemoryOwn) : base(NDalicPINVOKE.LongPressGestureDetector_SWIGUpcast(cPtr), cMemoryOwn) {