oops, fix detach_geom_node

This commit is contained in:
David Rose 2002-07-15 17:16:17 +00:00
parent eb4812d06c
commit bc32a645b8
2 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ get_geom_node() {
// will return this new GeomNode which will be empty until
// the next call to draw().
////////////////////////////////////////////////////////////////////
GeomNode *ParametricCurveDrawer::
PT(GeomNode) ParametricCurveDrawer::
detach_geom_node() {
if (!_drawn) {
draw();

View File

@ -42,7 +42,7 @@ PUBLISHED:
ParametricCurveCollection *get_curves();
GeomNode *get_geom_node();
GeomNode *detach_geom_node();
PT(GeomNode) detach_geom_node();
void set_num_segs(float num_segs);
float get_num_segs() const;