Separate C# classes into Internal and Public
[platform/core/uifw/dali-toolkit.git] / plugins / dali-sharp / sharp / internal / GestureDetector.cs
index ef20276..0b65dc3 100644 (file)
@@ -10,7 +10,7 @@
 
 namespace Dali {
 
-public class GestureDetector : BaseHandle {
+internal class GestureDetector : BaseHandle {
   private global::System.Runtime.InteropServices.HandleRef swigCPtr;
 
   internal GestureDetector(global::System.IntPtr cPtr, bool cMemoryOwn) : base(NDalicPINVOKE.GestureDetector_SWIGUpcast(cPtr), cMemoryOwn) {