X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fevents%2Ftap-gesture-detector.cpp;h=557e138f8482a3146ed34257e4ca4cf10c46344c;hb=0b501ba800a263b97d99adf224fc42d0c2aa8b37;hp=e45e42215a95052f77939b504b434fca2e104ef2;hpb=8a73b1bfdc359a52a3cf1b104b4e42902866705e;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/events/tap-gesture-detector.cpp b/dali/public-api/events/tap-gesture-detector.cpp index e45e422..557e138 100644 --- a/dali/public-api/events/tap-gesture-detector.cpp +++ b/dali/public-api/events/tap-gesture-detector.cpp @@ -55,9 +55,9 @@ TapGestureDetector::TapGestureDetector(const TapGestureDetector& handle) = defau TapGestureDetector& TapGestureDetector::operator=(const TapGestureDetector& rhs) = default; -TapGestureDetector::TapGestureDetector(TapGestureDetector&& handle) = default; +TapGestureDetector::TapGestureDetector(TapGestureDetector&& handle) noexcept = default; -TapGestureDetector& TapGestureDetector::operator=(TapGestureDetector&& rhs) = default; +TapGestureDetector& TapGestureDetector::operator=(TapGestureDetector&& rhs) noexcept = default; void TapGestureDetector::SetMinimumTapsRequired(uint32_t taps) {