mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 03:20:11 +01:00
Revert "GH #1050 NetSSL_OpenSSL: fix gcc -Wshadow warnings"
This commit is contained in:
committed by
GitHub
parent
81870321dc
commit
81b140e0a9
@@ -24,8 +24,8 @@ namespace Poco {
|
||||
namespace Net {
|
||||
|
||||
|
||||
SecureSMTPClientSession::SecureSMTPClientSession(const StreamSocket& rSocket):
|
||||
SMTPClientSession(rSocket)
|
||||
SecureSMTPClientSession::SecureSMTPClientSession(const StreamSocket& socket):
|
||||
SMTPClientSession(socket)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user