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 --- camellia.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camellia.h') diff --git a/camellia.h b/camellia.h index 8e15c11..1b43e1d 100644 --- a/camellia.h +++ b/camellia.h @@ -21,7 +21,7 @@ struct Camellia_Info : public FixedBlockSize<16>, public VariableKeyLength<16, 1 /// Camellia class Camellia : public Camellia_Info, public BlockCipherDocumentation { - class Base : public BlockCipherBaseTemplate + class CRYPTOPP_NO_VTABLE Base : public BlockCipherBaseTemplate { public: void UncheckedSetKey(CipherDir dir, const byte *key, unsigned int keylen); -- cgit v1.2.1