mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
PgfUnmarshaller now mimics a C++ class. Allows for keeping state
This commit is contained in:
@@ -125,7 +125,7 @@ struct PgfPGF : DB {
|
||||
{ u = unmarshaller; };
|
||||
|
||||
PGF_INTERNAL_DECL ~PgfPGF()
|
||||
{ u->free_me(u); };
|
||||
{ u->free_me(); };
|
||||
|
||||
PgfUnmarshaller *u;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user