summaryrefslogtreecommitdiff
path: root/pcl/pxl/pxtop.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcl/pxl/pxtop.c')
-rw-r--r--pcl/pxl/pxtop.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pcl/pxl/pxtop.c b/pcl/pxl/pxtop.c
index 1e3a2b958..dd7c79f85 100644
--- a/pcl/pxl/pxtop.c
+++ b/pcl/pxl/pxtop.c
@@ -566,7 +566,8 @@ pl_interp_implementation_t pxl_implementation = {
pxl_impl_report_errors,
pxl_impl_dnit_job,
pxl_impl_deallocate_interp_instance,
- NULL
+ NULL, /* pxl_impl_reset */
+ NULL /* interp_client_data */
};
/* ---------- Utility Procs ----------- */