summaryrefslogtreecommitdiff
path: root/strciphr.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2009-03-04 09:27:52 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2009-03-04 09:27:52 +0000
commit15b0c807eb736f7f3800a514fc9a099466654ab9 (patch)
treedaab854b2a29bd8884224e9118cecebf04ca53c7 /strciphr.h
parentd73287b2b051540d487b5ac6f8aea342aa5b9678 (diff)
downloadcryptopp-15b0c807eb736f7f3800a514fc9a099466654ab9.tar.gz
fix compile on ICC 11
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@438 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'strciphr.h')
-rw-r--r--strciphr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/strciphr.h b/strciphr.h
index 9334b0c..d4ad79a 100644
--- a/strciphr.h
+++ b/strciphr.h
@@ -39,6 +39,7 @@ class CRYPTOPP_NO_VTABLE AbstractPolicyHolder : public BASE
{
public:
typedef POLICY_INTERFACE PolicyInterface;
+ virtual ~AbstractPolicyHolder() {}
protected:
virtual const POLICY_INTERFACE & GetPolicy() const =0;