Clean-ups and fixes to compile with more warnings enabled and with g++.
[invirt/third/libt4.git] / config.cc
index 7df1bbc..cd06e1b 100644 (file)
--- a/config.cc
+++ b/config.cc
@@ -33,6 +33,8 @@
 // all views, the other nodes can bring this re-joined node up to
 // date.
 
+config_view_change::~config_view_change() {}
+
 config::config(const string & _first, const string & _me, config_view_change *_vc)
     : my_view_id(0), first(_first), me(_me), vc(_vc),
       paxos(this, me == _first, me, me)