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