X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fanimation%2Fpath.cpp;h=4b868bd5a3a9523b8636a577bbca10d4dd118bd0;hb=746395d3f460dfc61a724c59fb0fe90d8f5e637f;hp=83159f525a2240fe04253a4eec29496bbf1500fb;hpb=cf5affe6622a64d6cd6441f6375813e1bf1a90aa;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/animation/path.cpp b/dali/public-api/animation/path.cpp index 83159f5..4b868bd 100644 --- a/dali/public-api/animation/path.cpp +++ b/dali/public-api/animation/path.cpp @@ -43,21 +43,14 @@ Path::~Path() { } -Path::Path(const Path& handle) -:Handle(handle) -{ -} +Path::Path(const Path& handle) = default; Path::Path(Internal::Path* internal) : Handle(internal) { } -Path& Path::operator=(const Path& rhs) -{ - BaseHandle::operator=(rhs); - return *this; -} +Path& Path::operator=(const Path& rhs) = default; Path::Path( Path&& rhs ) = default;