fix name output

This commit is contained in:
David Rose 2005-04-13 02:55:41 +00:00
parent 83a4fd6462
commit 3bcafbe7b9

View File

@ -52,7 +52,7 @@ VertexSlider::
////////////////////////////////////////////////////////////////////
void VertexSlider::
output(ostream &out) const {
out << get_type() << " " << get_name();
out << get_type() << " " << *get_name();
}
////////////////////////////////////////////////////////////////////