mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
fixed warnings
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user