From 084f5f6cb39b3732c4cd930ebffcff86cdb24932 Mon Sep 17 00:00:00 2001 From: "Alan D. Snow" Date: Mon, 19 Oct 2020 10:20:27 -0500 Subject: C API: add proj_context_clone() (#2383) Fixes #2382 --- src/4D_api.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/4D_api.cpp') diff --git a/src/4D_api.cpp b/src/4D_api.cpp index 3c6ab802..0c26840d 100644 --- a/src/4D_api.cpp +++ b/src/4D_api.cpp @@ -1448,7 +1448,7 @@ int proj_errno_reset (const PJ *P) { } -/* Create a new context */ +/* Create a new context based on the default context */ PJ_CONTEXT *proj_context_create (void) { return pj_ctx_alloc (); } -- cgit v1.2.3