summaryrefslogtreecommitdiff
path: root/variations.h
diff options
context:
space:
mode:
Diffstat (limited to 'variations.h')
-rw-r--r--variations.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/variations.h b/variations.h
index b1c3d42..eab6e01 100644
--- a/variations.h
+++ b/variations.h
@@ -22,6 +22,6 @@
void xform_precalc (flam3_xform * const xform);
int prepare_precalc_flags(flam3_genome *);
-int apply_xform(const flam3_xform * const xf, const unsigned int fn,
- const double4 p, double4 *q_ret, randctx * const rc);
+int apply_xform(const flam3_xform * const xf, const double4 p, double4 *q_ret,
+ randctx * const rc);