Ensure BaseHandle class move noexcept (core public-api)
[platform/core/uifw/dali-core.git] / dali / public-api / events / pan-gesture.h
index 69b6e64..93d1535 100644 (file)
@@ -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.