Changes following "Make TextureSet a non property owner"
[platform/core/uifw/dali-toolkit.git] / plugins / dali-script-v8 / src / rendering / texture-set-wrapper.h
index 5826bbf..9e0426a 100644 (file)
@@ -36,7 +36,7 @@ namespace V8Plugin
  * A TextureSet wrapper.
  * Provides access to TextureSet specific functionality and V8 memory handling.
  */
-class TextureSetWrapper : public HandleWrapper
+class TextureSetWrapper : public BaseWrappedObject
 {
 
 public: