[cpp-sp] 01/02: Avoid 'explicit qualification in declaration'
John W. O'Brien
john at saltant.com
Fri Oct 17 16:01:45 UTC 2025
This is an automated email from the git hooks/post-receive script.
obrienjw 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=0581732fc544960a45af99996d2e093ac3fed6dd
commit 0581732fc544960a45af99996d2e093ac3fed6dd
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Fri Oct 17 11:26:13 2025 -0400
Avoid 'explicit qualification in declaration'
---
shibsp/impl/DefaultAgent.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shibsp/impl/DefaultAgent.cpp b/shibsp/impl/DefaultAgent.cpp
index 76888db1..eceda52e 100644
--- a/shibsp/impl/DefaultAgent.cpp
+++ b/shibsp/impl/DefaultAgent.cpp
@@ -136,7 +136,7 @@ namespace {
};
namespace shibsp {
- void SHIBSP_API shibsp::registerAgents() {
+ void SHIBSP_API registerAgents() {
AgentConfig::getConfig().AgentManager.registerFactory(DEFAULT_AGENT, DefaultAgentFactory);
}
};
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list