From 792884b035b9ed6f4e4b674e059231957f8a72f2 Mon Sep 17 00:00:00 2001 From: Momtchil Momtchev Date: Thu, 4 Nov 2021 23:52:34 +0100 Subject: Remove useless PROJ_DLL uses in .cpp files (#2920) --- test/unit/test_c_api.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit/test_c_api.cpp') 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, -- cgit v1.2.3