1
0
forked from GitHub/gf-core

refactoring: now all named objects in the C runtime have an explicit name field

This commit is contained in:
kr.angelov
2013-02-11 14:10:54 +00:00
parent 90c3304147
commit d124fa9a12
4 changed files with 39 additions and 30 deletions

View File

@@ -94,7 +94,7 @@ close:
GuString
pgf_abstract_name(PgfPGF* pgf)
{
return pgf->absname;
return pgf->abstract.name;
}
void