Use modern construct 'using' instead of typedef.
[platform/core/uifw/dali-core.git] / dali / internal / event / rendering / texture-impl.h
index 4464dcb..fb8f1c3 100644 (file)
@@ -38,7 +38,7 @@ class Texture;
 }
 
 class Texture;
-typedef IntrusivePtr<Texture> TexturePtr;
+using TexturePtr = IntrusivePtr<Texture>;
 
 class Texture : public BaseObject
 {