[Tizen] Restore public API change 47/232247/1 accepted/tizen/5.5/unified/20200507.152323 submit/tizen_5.5/20200506.070459
authorHeeyong Song <heeyong.song@samsung.com>
Wed, 29 Apr 2020 08:22:32 +0000 (17:22 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Wed, 29 Apr 2020 08:25:10 +0000 (17:25 +0900)
Change-Id: I8d6d98b0dfc3e1391caafad51aa2391da71e4ff7

dali/public-api/animation/constraint.cpp
dali/public-api/animation/constraint.h

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 );
 }
index 046d991..b847a98 100644 (file)
@@ -502,7 +502,7 @@ public:
    * @SINCE_1_0.0
    * @param[in] tag An integer to identify the constraint
    */
-  void SetTag( uint32_t tag );
+  void SetTag( const uint32_t tag );
 
   /**
    * @brief Gets the tag.