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