From: Richard Huang Date: Tue, 2 Dec 2014 14:26:50 +0000 (+0000) Subject: Fixed gbs build error for animation code X-Git-Tag: dali_1.0.20~1 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=commitdiff_plain;h=bbb84f1c666429f3c1be6519cc903f27cefec96c;hp=55d1df73f96208cdb37517e5115f8b632c250040 Fixed gbs build error for animation code Change-Id: I2cd02983888fd6bcdc97bb45feca328416fe7392 --- diff --git a/base/dali-toolkit/internal/builder/builder-animations.cpp b/base/dali-toolkit/internal/builder/builder-animations.cpp index 787813e..c1c8921 100644 --- a/base/dali-toolkit/internal/builder/builder-animations.cpp +++ b/base/dali-toolkit/internal/builder/builder-animations.cpp @@ -232,7 +232,7 @@ Animation CreateAnimation( const TreeNode& child, const Replacement& constant, D DALI_ASSERT_ALWAYS( targetHandle && "Actor must exist for property" ); Property::Value propValue; - Property::Index propIndex; + Property::Index propIndex = Property::INVALID_INDEX; if( property ) { propIndex = targetHandle.GetPropertyIndex( *property );