mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-15 15:59:32 -06:00
hide PgfDBMarshaller
This commit is contained in:
@@ -93,7 +93,7 @@ typedef struct {
|
||||
PgfExpr expr;
|
||||
} PgfExprProb;
|
||||
|
||||
struct PgfDBMarshaller : public PgfMarshaller {
|
||||
struct PGF_INTERNAL_DECL PgfDBMarshaller : public PgfMarshaller {
|
||||
virtual object match_lit(PgfUnmarshaller *u, PgfLiteral l);
|
||||
virtual object match_expr(PgfUnmarshaller *u, PgfExpr e);
|
||||
virtual object match_type(PgfUnmarshaller *u, PgfType ty);
|
||||
|
||||
Reference in New Issue
Block a user