Cleaning up property public API and usage of typedefs
[platform/core/uifw/dali-toolkit.git] / base / dali-toolkit / internal / builder / builder-actor.cpp
index c453839..d8271e4 100644 (file)
@@ -87,7 +87,7 @@ Actor SetupActor( const TreeNode& child, Actor& actor, const Replacement& consta
       {
         if( Property::INVALID_INDEX == index )
         {
-          index = actor.RegisterProperty( key, value );
+          actor.RegisterProperty( key, value );
         }
         else
         {