DALi signals refactor to remove V2 naming
[platform/core/uifw/dali-toolkit.git] / optional / dali-toolkit / public-api / controls / view / view.cpp
index bf2b822..4f3ce8b 100644 (file)
@@ -105,7 +105,7 @@ void View::SetAutoRotate( bool enabled )
   GetImpl( *this ).SetAutoRotate( enabled );
 }
 
-View::OrientationAnimationStartedSignalV2& View::OrientationAnimationStartedSignal()
+View::OrientationAnimationStartedSignalType& View::OrientationAnimationStartedSignal()
 {
   return GetImpl( *this ).OrientationAnimationStartedSignal();
 }