Merge branch '0.4.x' into 0.5.0.x
[novacoin.git] / src / keystore.h
index 4d88914..8aaf3e6 100644 (file)
@@ -14,6 +14,8 @@ protected:
     mutable CCriticalSection cs_KeyStore;
 
 public:
+    virtual ~CKeyStore() {}
+
     // Add a key to the store.
     virtual bool AddKey(const CKey& key) =0;