Use modern construct 'using' instead of typedef.
[platform/core/uifw/dali-core.git] / dali / internal / event / animation / animation-playlist-declarations.h
index fac0f96..4b5d7d1 100644 (file)
@@ -29,7 +29,7 @@ namespace Internal
 
 class AnimationPlaylist;
 
-typedef OwnerPointer<AnimationPlaylist> AnimationPlaylistOwner;
+using AnimationPlaylistOwner = OwnerPointer<AnimationPlaylist>;
 
 } // namespace Internal