for scoping

This commit is contained in:
Glenn Maynard
2002-11-16 20:25:00 +00:00
parent 7f1b6f51ec
commit 3508b1bc60
+2 -1
View File
@@ -22,7 +22,8 @@
SnapDisplay::SnapDisplay()
{
for( int i=0; i<2; i++ )
int i;
for( i=0; i<2; i++ )
{
m_sprIndicators[i].Load( THEME->GetPathTo("Graphics","edit snap indicator") );
this->AddChild( &m_sprIndicators[i] );