Fix journaling for control points.

pull/3/head
Jonathan Moore Liles 2008-04-20 19:28:50 -05:00
parent 66bd927231
commit 212dc3e3ea
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,8 @@ protected:
void
get ( Log_Entry &e )
{
Sequence_Point::get( e );
e.add( ":y", _y );
}
@ -61,6 +63,7 @@ protected:
// _make_label();
}
Sequence_Point::set( e );
}
Control_Point ( )