fix previous commit

This commit is contained in:
Jeff Becker 2018-12-13 17:22:53 -05:00
parent be1e78ca5d
commit 2a678f47c4
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

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