make destructor virtual

pull/1319/head
Jeff Becker 4 years ago
parent da6ba86892
commit 1e8fcbb99b
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -43,7 +43,7 @@ namespace llarp
llarp_ev_loop_ptr mainloop;
std::string nodedb_dir;
~Context() = default;
virtual ~Context() = default;
void
Close();

Loading…
Cancel
Save