diff options
Diffstat (limited to 'src/tests/test228.cpp')
| -rw-r--r-- | src/tests/test228.cpp | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/src/tests/test228.cpp b/src/tests/test228.cpp index 8ae17c87..ae2eb9cc 100644 --- a/src/tests/test228.cpp +++ b/src/tests/test228.cpp @@ -26,11 +26,7 @@ * DEALINGS IN THE SOFTWARE. ****************************************************************************/ -#ifndef ACCEPT_USE_OF_DEPRECATED_PROJ_API_H -#define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H -#endif - -#include "proj_api.h" +#include "proj_internal.h" #include <stdio.h> /* for printf declaration */ @@ -54,9 +50,9 @@ static volatile int started = 0; static void* thread_main(void* unused) { - projCtx p_proj_ctxt; - projPJ p_WGS84_proj; - projPJ p_OSGB36_proj; + PJ_CONTEXT *p_proj_ctxt; + PJ *p_WGS84_proj; + PJ * p_OSGB36_proj; (void)unused; __sync_add_and_fetch(&started, 1); |
