ScenGraph::ConstraintBase does not need to inherit from PropertyOwner 30/47630/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Mon, 7 Sep 2015 08:36:30 +0000 (09:36 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Mon, 7 Sep 2015 08:36:44 +0000 (09:36 +0100)
Change-Id: I37d3842a082c0eb824f8626f9d2992711f0ecea1

dali/internal/update/animation/scene-graph-constraint-base.h

index 1df4546..0a0ad82 100644 (file)
@@ -48,7 +48,7 @@ typedef PropertyOwnerContainer::Iterator PropertyOwnerIter;
  * An abstract base class for Constraints.
  * This can be used to constrain a property of a scene-object, after animations have been applied.
  */
-class ConstraintBase : public PropertyOwner, public PropertyOwner::Observer
+class ConstraintBase : public PropertyOwner::Observer
 {
 public: