X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Frendering%2Ftexture.h;h=9819677f5e25665e4831128c6eb77d02b930bb6c;hb=0b501ba800a263b97d99adf224fc42d0c2aa8b37;hp=59e14ce7fb266bdc6513e36952c51139535d55e0;hpb=8a73b1bfdc359a52a3cf1b104b4e42902866705e;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/rendering/texture.h b/dali/public-api/rendering/texture.h index 59e14ce..9819677 100644 --- a/dali/public-api/rendering/texture.h +++ b/dali/public-api/rendering/texture.h @@ -143,7 +143,7 @@ public: * @SINCE_1_9.22 * @param[in] rhs A reference to the moved handle */ - Texture(Texture&& rhs); + Texture(Texture&& rhs) noexcept; /** * @brief Move assignment operator. @@ -152,7 +152,7 @@ public: * @param[in] rhs A reference to the moved handle * @return A reference to this handle */ - Texture& operator=(Texture&& rhs); + Texture& operator=(Texture&& rhs) noexcept; /** * @brief Uploads data to the texture from a PixelData object.