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 --- blowfish.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blowfish.h') diff --git a/blowfish.h b/blowfish.h index 1ca2c20..dc45a5f 100644 --- a/blowfish.h +++ b/blowfish.h @@ -16,7 +16,7 @@ struct Blowfish_Info : public FixedBlockSize<8>, public VariableKeyLength<16, 1, //! Blowfish class Blowfish : public Blowfish_Info, public BlockCipherDocumentation { - class Base : public BlockCipherBaseTemplate + class CRYPTOPP_NO_VTABLE Base : public BlockCipherBaseTemplate { public: void ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const; -- cgit v1.2.1