Oops. Forgot one.
This commit is contained in:
parent
ff9f812a04
commit
8a048e6ef2
|
@ -23,7 +23,7 @@ void
|
||||||
Sequence_Point::get ( Log_Entry &e ) const
|
Sequence_Point::get ( Log_Entry &e ) const
|
||||||
{
|
{
|
||||||
e.add( ":x", _r->offset );
|
e.add( ":x", _r->offset );
|
||||||
e.add( ":t", _sequence );
|
e.add( ":sequence", _sequence );
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in New Issue