From 5f06da509674dda355a1ed117467ea174b855438 Mon Sep 17 00:00:00 2001 From: Adeel Kazmi Date: Mon, 7 Sep 2015 09:36:30 +0100 Subject: [PATCH] ScenGraph::ConstraintBase does not need to inherit from PropertyOwner Change-Id: I37d3842a082c0eb824f8626f9d2992711f0ecea1 --- dali/internal/update/animation/scene-graph-constraint-base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dali/internal/update/animation/scene-graph-constraint-base.h b/dali/internal/update/animation/scene-graph-constraint-base.h index 1df4546..0a0ad82 100644 --- a/dali/internal/update/animation/scene-graph-constraint-base.h +++ b/dali/internal/update/animation/scene-graph-constraint-base.h @@ -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: -- 2.7.4