From 684f85ff94ffc25d1623b6fd365821ce9bf659a3 Mon Sep 17 00:00:00 2001 From: krangelov Date: Thu, 26 Aug 2021 19:49:27 +0200 Subject: [PATCH] hide PgfDBMarshaller --- src/runtime/c/pgf/expr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/c/pgf/expr.h b/src/runtime/c/pgf/expr.h index 22a20c160..d5acdadab 100644 --- a/src/runtime/c/pgf/expr.h +++ b/src/runtime/c/pgf/expr.h @@ -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);