add assert

This commit is contained in:
Glenn Maynard
2004-02-13 23:50:21 +00:00
parent 2d66d22ab6
commit cc6c799f27
+1
View File
@@ -277,6 +277,7 @@ void Steps::CreateBlank( StepsType ntTo )
const Steps *Steps::Real() const
{
ASSERT( this );
if(parent) return parent;
return this;
}