X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fevents%2Frotation-gesture.cpp;h=6a3270a7219003425844ae2ccf7717869aae6d6c;hb=0b501ba800a263b97d99adf224fc42d0c2aa8b37;hp=355d910d5be7c6aa28348dc5d973718590d843a6;hpb=8a73b1bfdc359a52a3cf1b104b4e42902866705e;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/events/rotation-gesture.cpp b/dali/public-api/events/rotation-gesture.cpp index 355d910..6a3270a 100644 --- a/dali/public-api/events/rotation-gesture.cpp +++ b/dali/public-api/events/rotation-gesture.cpp @@ -33,11 +33,11 @@ RotationGesture::RotationGesture() = default; RotationGesture::RotationGesture(const RotationGesture& rhs) = default; -RotationGesture::RotationGesture(RotationGesture&& rhs) = default; +RotationGesture::RotationGesture(RotationGesture&& rhs) noexcept = default; RotationGesture& RotationGesture::operator=(const RotationGesture& rhs) = default; -RotationGesture& RotationGesture::operator=(RotationGesture&& rhs) = default; +RotationGesture& RotationGesture::operator=(RotationGesture&& rhs) noexcept = default; RotationGesture::~RotationGesture() = default;