diff options
Diffstat (limited to 'src/post-refinement.h')
-rw-r--r-- | src/post-refinement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post-refinement.h b/src/post-refinement.h index a10fafe4..3c8d8587 100644 --- a/src/post-refinement.h +++ b/src/post-refinement.h @@ -24,7 +24,7 @@ #include "utils.h" -extern void pr_refine(struct image *image, const double *i_full, +extern void pr_refine(struct image *image, const RefList *full, const char *sym); |