make it compile

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

@ -15,6 +15,8 @@ namespace llarp
/// handler of dns query hooking
struct IQueryHandler
{
virtual ~IQueryHandler() = 0;
/// return true if we should hook this message
virtual bool
ShouldHookDNSMessage(const Message& msg) const = 0;

Loading…
Cancel
Save