Use modern construct 'using' instead of typedef.
[platform/core/uifw/dali-core.git] / dali / public-api / events / tap-gesture-detector.h
index 2c17c4e..2fbd806 100644 (file)
@@ -75,7 +75,7 @@ public: // Typedefs
    * @brief Signal type for detected signal.
    * @SINCE_1_0.0
    */
-  typedef Signal< void ( Actor, const TapGesture& ) > DetectedSignalType;
+  using DetectedSignalType = Signal<void( Actor, const TapGesture& )>;
 
 public: // Creation & Destruction