[Tizen] Restore public API change 48/232248/1 accepted/tizen_5.0_unified accepted/tizen/5.0/unified/20200518.075252 submit/tizen_5.0/20200506.070946 submit/tizen_5.0/20200515.040600
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:44 +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 c2722fb..cfa98e7 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.