diff options
Diffstat (limited to 'src/proj_internal.h')
| -rw-r--r-- | src/proj_internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/proj_internal.h b/src/proj_internal.h index a7c1ddc8..c4af479f 100644 --- a/src/proj_internal.h +++ b/src/proj_internal.h @@ -823,8 +823,8 @@ void *pj_dealloc_params (projCtx_t *ctx, paralist *start, int errlev); double *pj_enfn(double); -double pj_mlfn(double, double, double, double *); -double pj_inv_mlfn(projCtx_t *, double, double, double *); +double pj_mlfn(double, double, double, const double *); +double pj_inv_mlfn(projCtx_t *, double, double, const double *); double pj_qsfn(double, double, double); double pj_tsfn(double, double, double); double pj_msfn(double, double, double); |
