mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 18:52:50 -06:00
get rid of the destructive updates for seq_ids
This commit is contained in:
@@ -56,7 +56,7 @@ public:
|
||||
void lvar(size_t var);
|
||||
void lparam(ref<PgfLParam> lparam);
|
||||
void lvar_ranges(ref<Vector<PgfVariableRange>> vars);
|
||||
void seq_id(size_t seqid);
|
||||
void seq_id(PgfPhrasetableIds *seq_ids, ref<PgfSequence> seq);
|
||||
void symbol(PgfSymbol sym);
|
||||
void sequence(ref<PgfSequence> seq);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user