X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2FTizen.NUI%2Fsrc%2Fpublic%2FRendering%2FTextureSet.cs;h=ef5a1ef73a4fd3693742621ca90979f4f59cc15f;hb=9c86b6a833a8ba6abf0ddc2aaf5869672f45344a;hp=09276f74274c518ae118a9c97d37e58f4c8e34d2;hpb=5e5be066bf7af5820da05bfef6f111725f246e09;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/Tizen.NUI/src/public/Rendering/TextureSet.cs b/src/Tizen.NUI/src/public/Rendering/TextureSet.cs index 09276f7..ef5a1ef 100755 --- a/src/Tizen.NUI/src/public/Rendering/TextureSet.cs +++ b/src/Tizen.NUI/src/public/Rendering/TextureSet.cs @@ -36,7 +36,7 @@ namespace Tizen.NUI if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } - internal TextureSet(global::System.IntPtr cPtr, bool cMemoryOwn) : base(Interop.TextureSet.Upcast(cPtr), cMemoryOwn) + internal TextureSet(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn) { }