aboutsummaryrefslogtreecommitdiff
path: root/src/strerrno.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/strerrno.cpp')
-rw-r--r--src/strerrno.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strerrno.cpp b/src/strerrno.cpp
index f94de55d..e3891a79 100644
--- a/src/strerrno.cpp
+++ b/src/strerrno.cpp
@@ -34,7 +34,7 @@ static const struct
{ PROJ_ERR_OTHER_NETWORK_ERROR, _("Network error when accessing a remote resource") },
};
-const char PROJ_DLL * proj_context_errno_string(PJ_CONTEXT* ctx, int err)
+const char * proj_context_errno_string(PJ_CONTEXT* ctx, int err)
{
if( ctx == nullptr )
ctx = pj_get_default_ctx();