From fe59ed1ceb47060c2b7e92bcc451beaa390174c4 Mon Sep 17 00:00:00 2001 From: Adeel Kazmi Date: Wed, 24 Dec 2014 11:12:30 +0000 Subject: [PATCH] Fixed Klocwork reported issue Change-Id: I279fdf2407b7d9f514c60c4cfc306a26ca019bb9 --- dali/internal/event/object/custom-object-internal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dali/internal/event/object/custom-object-internal.cpp b/dali/internal/event/object/custom-object-internal.cpp index 4a0ae90..f5963f6 100644 --- a/dali/internal/event/object/custom-object-internal.cpp +++ b/dali/internal/event/object/custom-object-internal.cpp @@ -56,7 +56,7 @@ const PropertyBase* CustomObject::GetSceneObjectAnimatableProperty( Property::In { CustomProperty* custom = FindCustomProperty( index ); DALI_ASSERT_ALWAYS( custom && "Property index is invalid" ); - return custom->GetSceneGraphProperty();; + return custom->GetSceneGraphProperty(); } const PropertyInputImpl* CustomObject::GetSceneObjectInputProperty( Property::Index index ) const -- 2.7.4