X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fanimation%2Fpath.cpp;h=133ae946c5973c52eb521ac26ceb899784754f34;hb=0b501ba800a263b97d99adf224fc42d0c2aa8b37;hp=f16b7ba18e870225fb25a1c628e126f17e5a93af;hpb=0741b58e8e53e8ea7b897c2e21aac6b4da733192;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/animation/path.cpp b/dali/public-api/animation/path.cpp index f16b7ba..133ae94 100644 --- a/dali/public-api/animation/path.cpp +++ b/dali/public-api/animation/path.cpp @@ -34,13 +34,9 @@ Path Path::DownCast(BaseHandle handle) return Path(dynamic_cast(handle.GetObjectPtr())); } -Path::Path() -{ -} +Path::Path() = default; -Path::~Path() -{ -} +Path::~Path() = default; Path::Path(const Path& handle) = default; @@ -51,9 +47,9 @@ Path::Path(Internal::Path* internal) Path& Path::operator=(const Path& rhs) = default; -Path::Path(Path&& rhs) = default; +Path::Path(Path&& rhs) noexcept = default; -Path& Path::operator=(Path&& rhs) = default; +Path& Path::operator=(Path&& rhs) noexcept = default; void Path::AddPoint(const Vector3& point) {