[dali_2.3.24] Merge branch 'devel/master'
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / public-api / controls / video-view / video-view.h
index 38be0ff..1b939f7 100644 (file)
@@ -255,7 +255,7 @@ public:
    *
    * @param[in] rhs A reference to the moved handle
    */
-  VideoView(VideoView&& rhs);
+  VideoView(VideoView&& rhs) noexcept;
 
   /**
    * @brief Assignment operator.
@@ -273,7 +273,7 @@ public:
    * @param[in] rhs A reference to the moved handle
    * @return A reference to this
    */
-  VideoView& operator=(VideoView&& rhs);
+  VideoView& operator=(VideoView&& rhs) noexcept;
 
   /**
    * @brief Downcasts a handle to VideoView handle.