mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-17 15:25:35 +00:00
fix previous commit
This commit is contained in:
parent
be1e78ca5d
commit
2a678f47c4
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user