X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fevents%2Frotation-gesture.h;h=3b13b9b7a32ee0a6b7530ffc60d6376ff29b57fa;hb=0b501ba800a263b97d99adf224fc42d0c2aa8b37;hp=05cbc3ab527bd36cc972e347473c4e67ed83510d;hpb=8a73b1bfdc359a52a3cf1b104b4e42902866705e;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/events/rotation-gesture.h b/dali/public-api/events/rotation-gesture.h index 05cbc3a..3b13b9b 100644 --- a/dali/public-api/events/rotation-gesture.h +++ b/dali/public-api/events/rotation-gesture.h @@ -66,7 +66,7 @@ public: * @SINCE_1_9.28 * @param[in] rhs A reference to the moved handle */ - RotationGesture(RotationGesture&& rhs); + RotationGesture(RotationGesture&& rhs) noexcept; /** * @brief Assignment operator. @@ -82,7 +82,7 @@ public: * @param[in] rhs A reference to the moved handle * @return A reference to this */ - RotationGesture& operator=(RotationGesture&& rhs); + RotationGesture& operator=(RotationGesture&& rhs) noexcept; /** * @brief Non virtual destructor.