Use modern construct 'using' instead of typedef.
[platform/core/uifw/dali-core.git] / dali / internal / event / animation / property-constraint-ptr.h
index fa88173..c3f58f3 100644 (file)
@@ -31,7 +31,7 @@ namespace Internal
 template <class P>
 struct PropertyConstraintPtr
 {
-  typedef OwnerPointer< PropertyConstraint<P> > Type;
+  using Type = OwnerPointer<PropertyConstraint<P> >;
 };
 
 } // namespace Internal