X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-sharp%2Fsharp%2Finternal%2FResourceImage.cs;h=372a153d26c66752f7b3af19f16cb43e38878696;hp=945537ceb2fccc3e7ab37bec1267a778f8e4cb81;hb=318378db7fbb0bcfb08c3c603f54857d6f5c9639;hpb=0f5a8aaa14ccf06aee1069ef585d83b8506dd099;ds=sidebyside diff --git a/plugins/dali-sharp/sharp/internal/ResourceImage.cs b/plugins/dali-sharp/sharp/internal/ResourceImage.cs index 945537c..372a153 100644 --- a/plugins/dali-sharp/sharp/internal/ResourceImage.cs +++ b/plugins/dali-sharp/sharp/internal/ResourceImage.cs @@ -30,7 +30,7 @@ using System; using System.Runtime.InteropServices; -public class ResourceImage : Image { +internal class ResourceImage : Image { private global::System.Runtime.InteropServices.HandleRef swigCPtr; internal ResourceImage(global::System.IntPtr cPtr, bool cMemoryOwn) : base(NDalicPINVOKE.ResourceImage_SWIGUpcast(cPtr), cMemoryOwn) {