Browse Source

fix name output

David Rose 21 năm trước cách đây
mục cha
commit
3bcafbe7b9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      panda/src/gobj/vertexSlider.cxx

+ 1 - 1
panda/src/gobj/vertexSlider.cxx

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