make it compile on os x

pull/103/head
Jeff Becker 6 years ago
parent 1e339af0e8
commit 1c446d0b62
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -10,6 +10,8 @@ namespace llarp
/// base type for serializable dns entities
struct Serialize
{
virtual ~Serialize() = default;
/// encode entity to buffer
virtual bool
Encode(llarp_buffer_t* buf) const = 0;

Loading…
Cancel
Save