diff options
| author | snowman2 <alansnow21@gmail.com> | 2021-10-18 19:15:05 -0500 |
|---|---|---|
| committer | snowman2 <alansnow21@gmail.com> | 2021-10-19 07:55:55 -0500 |
| commit | 4c8415dafee0859a506c663b888015644daabddf (patch) | |
| tree | 97b9fc860db3362b15ebde53a167283f47dc2154 /src/4D_api.cpp | |
| parent | 8671b8e7ff07197167b666bd490f42411274bd81 (diff) | |
| download | PROJ-4c8415dafee0859a506c663b888015644daabddf.tar.gz PROJ-4c8415dafee0859a506c663b888015644daabddf.zip | |
TYPE: Update const declarations in proj_trans_bounds
Diffstat (limited to 'src/4D_api.cpp')
| -rw-r--r-- | src/4D_api.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/4D_api.cpp b/src/4D_api.cpp index 4e575f14..d366aba8 100644 --- a/src/4D_api.cpp +++ b/src/4D_api.cpp @@ -1310,7 +1310,7 @@ int proj_trans_bounds(PJ_CONTEXT* context, double* out_ymin, double* out_xmax, double* out_ymax, - int densify_pts + const int densify_pts ) { *out_xmin = HUGE_VAL; *out_ymin = HUGE_VAL; |
