Use modern construct 'using' instead of typedef.
[platform/core/uifw/dali-core.git] / dali / internal / event / events / long-press-gesture / long-press-gesture-impl.h
index 651aad2..c8c95ec 100644 (file)
@@ -30,7 +30,7 @@ namespace Internal
 {
 
 class LongPressGesture;
-typedef IntrusivePtr< LongPressGesture > LongPressGesturePtr;
+using LongPressGesturePtr = IntrusivePtr<LongPressGesture>;
 
 /**
  * @copydoc Dali::LongPressGesture