summaryrefslogtreecommitdiffstats
path: root/CryptoPP/factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'CryptoPP/factory.h')
-rw-r--r--CryptoPP/factory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/CryptoPP/factory.h b/CryptoPP/factory.h
index ef5a59e41..5b65db3da 100644
--- a/CryptoPP/factory.h
+++ b/CryptoPP/factory.h
@@ -12,6 +12,7 @@ template <class AbstractClass>
class ObjectFactory
{
public:
+ virtual ~ObjectFactory () {}
virtual AbstractClass * CreateObject() const =0;
};