[cpp-sp] 04/08: Change class linkage to SHIBSP_API
Rod Widdowson
rdw at steadingsoftware.com
Sat Dec 7 15:54:34 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=ae6dab715315b9c0081e7de53d4ae3e5bcee4257
commit ae6dab715315b9c0081e7de53d4ae3e5bcee4257
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Dec 7 15:23:19 2024 +0000
Change class linkage to SHIBSP_API
---
shibsp/util/URLEncoder.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shibsp/util/URLEncoder.h b/shibsp/util/URLEncoder.h
index 3e3eb720..64802f0a 100644
--- a/shibsp/util/URLEncoder.h
+++ b/shibsp/util/URLEncoder.h
@@ -30,7 +30,7 @@ namespace shibsp {
* Since URL-encoding is not canonical, it's important that the same
* encoder is used during some library operations and the calling code.
*/
- class XMLTOOL_API URLEncoder {
+ class SHIBSP_API URLEncoder {
MAKE_NONCOPYABLE(URLEncoder);
public:
URLEncoder();
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list