X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fanimation%2Fkey-frames.h;h=d7bafc74193b835e59bcad45e20c9511d4481698;hb=0b501ba800a263b97d99adf224fc42d0c2aa8b37;hp=0d140b071510fcbc4f840d2a5737f42d7f1a66d5;hpb=8a73b1bfdc359a52a3cf1b104b4e42902866705e;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/animation/key-frames.h b/dali/public-api/animation/key-frames.h index 0d140b0..d7bafc7 100644 --- a/dali/public-api/animation/key-frames.h +++ b/dali/public-api/animation/key-frames.h @@ -107,7 +107,7 @@ public: * @SINCE_1_9.22 * @param[in] rhs A reference to the moved handle */ - KeyFrames(KeyFrames&& rhs); + KeyFrames(KeyFrames&& rhs) noexcept; /** * @brief Move assignment operator. @@ -116,7 +116,7 @@ public: * @param[in] rhs A reference to the moved handle * @return A reference to this */ - KeyFrames& operator=(KeyFrames&& rhs); + KeyFrames& operator=(KeyFrames&& rhs) noexcept; /** * @brief Gets the type of the key frame.