mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 19:57:48 +02:00
Fix clang warnings
This commit is contained in:
parent
6fc5f88a3b
commit
99dc3c2a5d
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ namespace tunnel
|
|||
{
|
||||
public:
|
||||
|
||||
using Tunnel::SendTunnelDataMsg;
|
||||
OutboundTunnel (std::shared_ptr<const TunnelConfig> config):
|
||||
Tunnel (config), m_Gateway (this), m_EndpointIdentHash (config->GetLastIdentHash ()) {};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue