X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fanimation%2Flinear-constrainer.h;h=87473f697ada6cff80b2cc500b119135da1349ac;hb=0b501ba800a263b97d99adf224fc42d0c2aa8b37;hp=3346b249cb682827c179772047c5b03a385b8be3;hpb=8a73b1bfdc359a52a3cf1b104b4e42902866705e;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/animation/linear-constrainer.h b/dali/public-api/animation/linear-constrainer.h index 3346b24..87473f6 100644 --- a/dali/public-api/animation/linear-constrainer.h +++ b/dali/public-api/animation/linear-constrainer.h @@ -133,7 +133,7 @@ public: * @SINCE_1_9.22 * @param[in] rhs A reference to the moved handle */ - LinearConstrainer(LinearConstrainer&& rhs); + LinearConstrainer(LinearConstrainer&& rhs) noexcept; /** * @brief Move assignment operator. @@ -142,7 +142,7 @@ public: * @param[in] rhs A reference to the moved handle * @return A reference to this */ - LinearConstrainer& operator=(LinearConstrainer&& rhs); + LinearConstrainer& operator=(LinearConstrainer&& rhs) noexcept; /** * @brief Applies the linear constraint to the target property.