[dali_2.3.24] Merge branch 'devel/master'
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / public-api / controls / scrollable / scrollable.h
index a12e3c2..2a35e66 100644 (file)
@@ -125,7 +125,7 @@ public:
    *
    * @param[in] rhs A reference to the moved handle
    */
-  Scrollable(Scrollable&& rhs);
+  Scrollable(Scrollable&& rhs) noexcept;
 
   /**
    * @brief Assignment operator.
@@ -144,7 +144,7 @@ public:
    * @param[in] rhs A reference to the moved handle
    * @return A reference to this
    */
-  Scrollable& operator=(Scrollable&& rhs);
+  Scrollable& operator=(Scrollable&& rhs) noexcept;
 
   /**
    * @brief Destructor.