mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-08-19 10:46:22 -06:00
initialize phrasetable to 0
This commit is contained in:
@@ -725,6 +725,7 @@ ref<PgfConcrPrintname> PgfReader::read_printname()
|
||||
ref<PgfConcr> PgfReader::read_concrete()
|
||||
{
|
||||
concrete = read_name(&PgfConcr::name);
|
||||
concrete->phrasetable = 0;
|
||||
|
||||
auto cflags = read_namespace<PgfFlag>(&PgfReader::read_flag);
|
||||
concrete->cflags = cflags;
|
||||
|
||||
Reference in New Issue
Block a user