Ensure BaseHandle class move noexcept (core public-api)
[platform/core/uifw/dali-core.git] / dali / public-api / events / tap-gesture-detector.cpp
index e45e422..557e138 100644 (file)
@@ -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)
 {