fix previous commit

pull/149/head
Jeff Becker 6 years ago
parent be1e78ca5d
commit 2a678f47c4
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -15,7 +15,7 @@ namespace llarp
/// handler of dns query hooking
struct IQueryHandler
{
virtual ~IQueryHandler() = 0;
virtual ~IQueryHandler(){};
/// return true if we should hook this message
virtual bool

Loading…
Cancel
Save