make destructor virtual

pull/1830/head
Jeff 2 years ago committed by Jeff
parent a082ba4e77
commit a51576d1ea

@ -44,7 +44,7 @@ namespace llarp::service
struct IAuthPolicy
{
~IAuthPolicy() = default;
virtual ~IAuthPolicy() = default;
/// asynchronously determine if we accept new convotag from remote service, call hook with
/// result later

Loading…
Cancel
Save