X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fevents%2Flong-press-gesture-detector.cpp;h=665122e04a7d5697bdfd1713a964c0fd0b1a49aa;hb=0b501ba800a263b97d99adf224fc42d0c2aa8b37;hp=a525b71ac6c1a6454723c396d5bbaff8209f131f;hpb=8a73b1bfdc359a52a3cf1b104b4e42902866705e;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/events/long-press-gesture-detector.cpp b/dali/public-api/events/long-press-gesture-detector.cpp index a525b71..665122e 100644 --- a/dali/public-api/events/long-press-gesture-detector.cpp +++ b/dali/public-api/events/long-press-gesture-detector.cpp @@ -62,9 +62,9 @@ LongPressGestureDetector::LongPressGestureDetector(const LongPressGestureDetecto LongPressGestureDetector& LongPressGestureDetector::operator=(const LongPressGestureDetector& rhs) = default; -LongPressGestureDetector::LongPressGestureDetector(LongPressGestureDetector&& handle) = default; +LongPressGestureDetector::LongPressGestureDetector(LongPressGestureDetector&& handle) noexcept = default; -LongPressGestureDetector& LongPressGestureDetector::operator=(LongPressGestureDetector&& rhs) = default; +LongPressGestureDetector& LongPressGestureDetector::operator=(LongPressGestureDetector&& rhs) noexcept = default; void LongPressGestureDetector::SetTouchesRequired(uint32_t touches) {