From ae515e0b4c86dd3309f8897f9bd4e7fedcd4588f Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 16 May 2003 00:53:53 +0000 Subject: add CRYPTOPP_NO_VTABLE git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@69 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- gfpcrypt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gfpcrypt.h') diff --git a/gfpcrypt.h b/gfpcrypt.h index 24c8168..5cf2492 100644 --- a/gfpcrypt.h +++ b/gfpcrypt.h @@ -18,7 +18,7 @@ NAMESPACE_BEGIN(CryptoPP) //! . -class DL_GroupParameters_IntegerBased : public DL_GroupParameters, public ASN1CryptoMaterial +class CRYPTOPP_NO_VTABLE DL_GroupParameters_IntegerBased : public DL_GroupParameters, public ASN1CryptoMaterial { typedef DL_GroupParameters_IntegerBased ThisClass; @@ -78,7 +78,7 @@ private: //! . template > -class DL_GroupParameters_IntegerBasedImpl : public DL_GroupParametersImpl +class CRYPTOPP_NO_VTABLE DL_GroupParameters_IntegerBasedImpl : public DL_GroupParametersImpl { typedef DL_GroupParameters_IntegerBasedImpl ThisClass; -- cgit v1.2.1