StepsType_Invalid

This commit is contained in:
Glenn Maynard
2006-09-26 20:28:46 +00:00
parent a7b53444f8
commit f806ec5936
18 changed files with 40 additions and 40 deletions
+1 -1
View File
@@ -1160,7 +1160,7 @@ public:
m_Def.m_vsChoices.push_back( s );
}
if( *m_pstToFill == STEPS_TYPE_INVALID )
if( *m_pstToFill == StepsType_Invalid )
m_pstToFill->Set( m_vStepsTypesToShow[0] );
}