X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-sharp%2Fsharp%2Finternal%2FNativeImageInterface.cs;h=4e48b14c7f84d831f7aa6628af0c71222afe95b2;hp=208330f664973c25f64e8764f6bf965e77b16aa9;hb=318378db7fbb0bcfb08c3c603f54857d6f5c9639;hpb=82e6a46b87c64df1be36cf414f6e94f9d17d52ff diff --git a/plugins/dali-sharp/sharp/internal/NativeImageInterface.cs b/plugins/dali-sharp/sharp/internal/NativeImageInterface.cs index 208330f..4e48b14 100644 --- a/plugins/dali-sharp/sharp/internal/NativeImageInterface.cs +++ b/plugins/dali-sharp/sharp/internal/NativeImageInterface.cs @@ -10,7 +10,7 @@ namespace Dali { -public class NativeImageInterface : RefObject { +internal class NativeImageInterface : RefObject { private global::System.Runtime.InteropServices.HandleRef swigCPtr; internal NativeImageInterface(global::System.IntPtr cPtr, bool cMemoryOwn) : base(NDalicPINVOKE.NativeImageInterface_SWIGUpcast(cPtr), cMemoryOwn) {