X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Frendering%2Fframe-buffer.h;h=85923d0ead6dff57146153b23979bba59e6ad2c0;hb=0b501ba800a263b97d99adf224fc42d0c2aa8b37;hp=99541829cfb168430352d81b19860d4ea557680e;hpb=8a73b1bfdc359a52a3cf1b104b4e42902866705e;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/rendering/frame-buffer.h b/dali/public-api/rendering/frame-buffer.h index 9954182..85923d0 100644 --- a/dali/public-api/rendering/frame-buffer.h +++ b/dali/public-api/rendering/frame-buffer.h @@ -138,7 +138,7 @@ public: * @SINCE_1_9.22 * @param[in] rhs A reference to the moved handle */ - FrameBuffer(FrameBuffer&& rhs); + FrameBuffer(FrameBuffer&& rhs) noexcept; /** * @brief Move assignment operator. @@ -147,7 +147,7 @@ public: * @param[in] rhs A reference to the moved handle * @return A reference to this handle */ - FrameBuffer& operator=(FrameBuffer&& rhs); + FrameBuffer& operator=(FrameBuffer&& rhs) noexcept; /** * @brief Attach the base LOD of a 2D texture to the framebuffer for color rendering.