mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
read_name -> read_text in literals
This commit is contained in:
@@ -189,7 +189,7 @@ PgfLiteral PgfReader::read_literal()
|
||||
switch (tag) {
|
||||
case PgfLiteralStr::tag: {
|
||||
ref<PgfLiteralStr> lit_str =
|
||||
read_name<PgfLiteralStr>(&PgfLiteralStr::val);
|
||||
read_text<PgfLiteralStr>(&PgfLiteralStr::val);
|
||||
lit = ref<PgfLiteralStr>::tagged(lit_str);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user