hide PgfDBMarshaller

This commit is contained in:
krangelov
2021-08-26 19:49:27 +02:00
parent a00a7f4ba5
commit 684f85ff94

View File

@@ -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);