From b4c05d5aee89d9bffa187294b0f0abbf40595411 Mon Sep 17 00:00:00 2001 From: Heeyong Song Date: Thu, 14 Nov 2019 14:45:02 +0900 Subject: [PATCH] Fix svace issue --- examples/transitions/shadow-button-impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/transitions/shadow-button-impl.cpp b/examples/transitions/shadow-button-impl.cpp index 4273bcc..c0117d0 100644 --- a/examples/transitions/shadow-button-impl.cpp +++ b/examples/transitions/shadow-button-impl.cpp @@ -423,7 +423,7 @@ void ShadowButton::StoreTargetLayouts( TransitionData transitionData ) if( target ) { // Convert to index - Property::Index index; + Property::Index index = Property::INVALID_INDEX; if( Scripting::GetEnumerationProperty( *target, VISUAL_PROPERTIES_TABLE, VISUAL_PROPERTIES_TABLE_COUNT, index ) ) { ShadowButton::Transforms::iterator iter = FindTransform( index ); -- libgit2 0.21.4