aboutsummaryrefslogtreecommitdiff
path: root/src/gridinfo.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2018-12-26 14:22:34 +0100
committerEven Rouault <even.rouault@spatialys.com>2018-12-30 21:48:56 +0100
commit1b1d60e83a20412aeca3e440705df820979af03b (patch)
treea96858922bc09392b5cea01750b05115f4f3afff /src/gridinfo.cpp
parentc9b32000d5fc12705bea92e6509fbedb37193012 (diff)
downloadPROJ-1b1d60e83a20412aeca3e440705df820979af03b.tar.gz
PROJ-1b1d60e83a20412aeca3e440705df820979af03b.zip
projects.h: remove deprecated XY, XYZ, LP, LPZ, UV, UVW, projUV and projUVW structures
Diffstat (limited to 'src/gridinfo.cpp')
-rw-r--r--src/gridinfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gridinfo.cpp b/src/gridinfo.cpp
index 046abfcc..041de935 100644
--- a/src/gridinfo.cpp
+++ b/src/gridinfo.cpp
@@ -483,7 +483,7 @@ static int pj_gridinfo_init_ntv2( projCtx ctx, PAFile fid, PJ_GRIDINFO *gilist )
for( subfile = 0; subfile < num_subfiles; subfile++ )
{
struct CTABLE *ct;
- LP ur;
+ PJ_LP ur;
int gs_count;
PJ_GRIDINFO *gi;
@@ -662,7 +662,7 @@ static int pj_gridinfo_init_ntv1( projCtx ctx, PAFile fid, PJ_GRIDINFO *gi )
{
unsigned char header[192]; /* 12 records of 16 bytes */
struct CTABLE *ct;
- LP ur;
+ PJ_LP ur;
/* cppcheck-suppress sizeofCalculation */
STATIC_ASSERT( sizeof(pj_int32) == 4 );