Use modern construct 'using' instead of typedef.
[platform/core/uifw/dali-core.git] / dali / internal / update / animation / scene-graph-constraint-declarations.h
index 9c6bf41..b25f088 100644 (file)
@@ -33,8 +33,8 @@ namespace SceneGraph
 
 class ConstraintBase;
 
-typedef OwnerContainer< ConstraintBase* > ConstraintOwnerContainer;
-typedef ConstraintOwnerContainer::Iterator ConstraintIter;
+using ConstraintOwnerContainer = OwnerContainer<ConstraintBase *>;
+using ConstraintIter           = ConstraintOwnerContainer::Iterator;
 
 } // namespace SceneGraph