Merge "Revert public API changes. BATCH property." into devel/master
[platform/core/uifw/dali-core.git] / dali / internal / event / animation / property-constraint-ptr.h
index 85a6c75..495607a 100644 (file)
@@ -31,7 +31,7 @@ namespace Internal
 template <class P>
 struct PropertyConstraintPtr
 {
-  typedef OwnerPointer< PropertyConstraintBase<P> > Type;
+  typedef OwnerPointer< PropertyConstraint<P> > Type;
 };
 
 } // namespace Internal