aboutsummaryrefslogtreecommitdiff
path: root/test/unit/test_c_api.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/test_c_api.cpp')
-rw-r--r--test/unit/test_c_api.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/test_c_api.cpp b/test/unit/test_c_api.cpp
index d416457b..d3e81089 100644
--- a/test/unit/test_c_api.cpp
+++ b/test/unit/test_c_api.cpp
@@ -2106,7 +2106,7 @@ TEST_F(CApi, proj_context_guess_wkt_dialect) {
TEST_F(CApi, proj_create_from_name) {
/*
- PJ_OBJ_LIST PROJ_DLL *proj_create_from_name(
+ PJ_OBJ_LIST *proj_create_from_name(
PJ_CONTEXT *ctx,
const char *auth_name,
const char *searchedName,