Fix missing virtual destructor

This commit is contained in:
Sergey Kazenyuk
2015-04-20 20:17:11 +03:00
parent eb565a1ce2
commit 2ff0d757eb
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -89,6 +89,8 @@ namespace nodetool
, m_hide_my_port(false)
, m_network_id(std::move(network_id))
{}
virtual ~node_server()
{}
static void init_options(boost::program_options::options_description& desc);