Restore public API change
[platform/core/uifw/dali-core.git] / dali / public-api / animation / constraint.cpp
index 4951c7e..6ef76f7 100644 (file)
@@ -104,7 +104,7 @@ Constraint::RemoveAction Constraint::GetRemoveAction() const
   return GetImplementation(*this).GetRemoveAction();
 }
 
-void Constraint::SetTag( uint32_t tag )
+void Constraint::SetTag( const uint32_t tag )
 {
   GetImplementation(*this).SetTag( tag );
 }