aboutsummaryrefslogtreecommitdiff
path: root/test/unit
diff options
context:
space:
mode:
authorMomtchil Momtchev <momtchil@momtchev.com>2021-11-04 23:52:34 +0100
committerGitHub <noreply@github.com>2021-11-04 23:52:34 +0100
commit792884b035b9ed6f4e4b674e059231957f8a72f2 (patch)
treebe81d1131fc9225f84ccaedaa67b48b6a5e08ea9 /test/unit
parentbc1c85c0ff73f62fa37f2b52616440eb5b68fa83 (diff)
downloadPROJ-792884b035b9ed6f4e4b674e059231957f8a72f2.tar.gz
PROJ-792884b035b9ed6f4e4b674e059231957f8a72f2.zip
Remove useless PROJ_DLL uses in .cpp files (#2920)
Diffstat (limited to 'test/unit')
-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,