DALi signals refactor to remove V2 naming
[platform/core/uifw/dali-core.git] / dali / public-api / events / pan-gesture-detector.cpp
index dffbb99..76b63c4 100644 (file)
@@ -120,7 +120,7 @@ void PanGestureDetector::RemoveDirection( Radian direction )
   GetImplementation(*this).RemoveDirection( direction );
 }
 
-PanGestureDetector::DetectedSignalV2& PanGestureDetector::DetectedSignal()
+PanGestureDetector::DetectedSignalType& PanGestureDetector::DetectedSignal()
 {
   return GetImplementation(*this).DetectedSignal();
 }