mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
fixed warnings
This commit is contained in:
parent
0c8a80b6f8
commit
dc6499aa98
2 changed files with 2 additions and 2 deletions
|
@ -165,7 +165,7 @@ namespace tunnel
|
|||
bool IsInbound() const override { return true; }
|
||||
|
||||
// override TunnelBase
|
||||
void Cleanup () { m_Endpoint.Cleanup (); };
|
||||
void Cleanup () override { m_Endpoint.Cleanup (); };
|
||||
|
||||
private:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue