X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fevents%2Fpan-gesture.h;h=93d15355ba2f6e1f7cba0f66fdb9b7777161ca94;hb=0b501ba800a263b97d99adf224fc42d0c2aa8b37;hp=69b6e64e5b25926d993eb510775573d39c82cefe;hpb=8a73b1bfdc359a52a3cf1b104b4e42902866705e;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/events/pan-gesture.h b/dali/public-api/events/pan-gesture.h index 69b6e64..93d1535 100644 --- a/dali/public-api/events/pan-gesture.h +++ b/dali/public-api/events/pan-gesture.h @@ -73,7 +73,7 @@ public: * @SINCE_1_9.28 * @param[in] rhs A reference to the moved handle */ - PanGesture(PanGesture&& rhs); + PanGesture(PanGesture&& rhs) noexcept; /** * @brief Assignment operator. @@ -89,7 +89,7 @@ public: * @param[in] rhs A reference to the moved handle * @return A reference to this */ - PanGesture& operator=(PanGesture&& rhs); + PanGesture& operator=(PanGesture&& rhs) noexcept; /** * @brief Non virtual destructor.