diff options
Diffstat (limited to 'src/runtime/c/pgf/expr.h')
| -rw-r--r-- | src/runtime/c/pgf/expr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/c/pgf/expr.h b/src/runtime/c/pgf/expr.h index 7bd2d218f..ef2dd013c 100644 --- a/src/runtime/c/pgf/expr.h +++ b/src/runtime/c/pgf/expr.h @@ -152,7 +152,7 @@ pgf_expr_unapply(PgfExpr expr, GuPool* pool); PgfExpr -pgf_read_expr(GuReader* rdr, GuPool* pool, GuExn* err); +pgf_read_expr(GuIn* in, GuPool* pool, GuExn* err); bool pgf_literal_eq(PgfLiteral lit1, PgfLiteral lit2); |
