Use modern construct 'using' instead of typedef.
[platform/core/uifw/dali-core.git] / dali / public-api / events / rotation-gesture-detector.h
index 4647801..edfe069 100644 (file)
@@ -61,7 +61,7 @@ public: // Typedefs
   /**
    * @brief Signal type.
    */
-  typedef Signal< void ( Actor, const RotationGesture& ) > DetectedSignalType;
+  using DetectedSignalType = Signal<void( Actor, const RotationGesture& )>;
 
 public: // Creation & Destruction