1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

make it compile on os x

This commit is contained in:
Jeff Becker 2018-12-07 08:38:37 -05:00
parent 1e339af0e8
commit 1c446d0b62
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -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;