From 15b0c807eb736f7f3800a514fc9a099466654ab9 Mon Sep 17 00:00:00 2001 From: weidai Date: Wed, 4 Mar 2009 09:27:52 +0000 Subject: fix compile on ICC 11 git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@438 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- strciphr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'strciphr.h') 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; -- cgit v1.2.1