X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Fevents%2Factor-observer.cpp;h=f1da6e081a15a1de228e873f56a4dda57399ba7d;hb=d7775bfee328210d5b7300caf0fccfc2ec3dc2e8;hp=aa8395eaf04d4366d014386ba63f524b430d3717;hpb=b2949e9cfeda848b5e489053797fa89abde52fb6;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/event/events/actor-observer.cpp b/dali/internal/event/events/actor-observer.cpp index aa8395e..f1da6e0 100644 --- a/dali/internal/event/events/actor-observer.cpp +++ b/dali/internal/event/events/actor-observer.cpp @@ -52,13 +52,13 @@ ActorObserver::~ActorObserver() delete mRemoveCallback; } -ActorObserver::ActorObserver(ActorObserver&& other) +ActorObserver::ActorObserver(ActorObserver&& other) noexcept : ActorObserver(nullptr) { operator=(std::move(other)); } -ActorObserver& ActorObserver::operator=(ActorObserver&& other) +ActorObserver& ActorObserver::operator=(ActorObserver&& other) noexcept { if(this != &other) {