diff options
Diffstat (limited to 'src/runtime/c/pgf/data.h')
| -rw-r--r-- | src/runtime/c/pgf/data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/c/pgf/data.h b/src/runtime/c/pgf/data.h index c2efed4e3..5b1842d74 100644 --- a/src/runtime/c/pgf/data.h +++ b/src/runtime/c/pgf/data.h @@ -82,7 +82,7 @@ typedef struct { int arity; PgfEquations* defns; // maybe null PgfExprProb ep; - void* predicate; + PgfFunction predicate; struct { PgfFunction code; union { |
