(Actor) Fix mismatch between GetTargetSize method and Size property
[platform/core/uifw/dali-core.git] / dali / internal / event / actors / actor-impl.h
index b30787d..b7d7dda 100644 (file)
@@ -305,7 +305,7 @@ public:
    * This size will be the size set or if animating then the target size.
    * @return The Actor's size.
    */
-  const Vector3& GetTargetSize() const;
+  Vector3 GetTargetSize() const;
 
   /**
    * Retrieve the Actor's size from update side.