diff options
Diffstat (limited to 'src/cstore/cstore.hpp')
-rw-r--r-- | src/cstore/cstore.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cstore/cstore.hpp b/src/cstore/cstore.hpp index 1d8a295..f34a8af 100644 --- a/src/cstore/cstore.hpp +++ b/src/cstore/cstore.hpp @@ -40,7 +40,7 @@ class Cstore { public: Cstore() {}; Cstore(string& env); - ~Cstore() {}; + virtual ~Cstore() {}; // constants static const string C_NODE_STATUS_DELETED; |