From 41be55ca17b67718e72d5f54ca3ebe816e3031d9 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 19 Jul 2015 09:43:10 -0400 Subject: [PATCH] Fixed copy/paste error --- gfpcrypt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfpcrypt.h b/gfpcrypt.h index 4a5155a2..69cbd88f 100644 --- a/gfpcrypt.h +++ b/gfpcrypt.h @@ -87,7 +87,7 @@ class CRYPTOPP_NO_VTABLE DL_GroupParameters_IntegerBasedImpl : public DL_GroupPa public: typedef typename GROUP_PRECOMP::Element Element; - virtual ~DL_GroupParameters_IntegerBased() { } + virtual DL_GroupParameters_IntegerBasedImpl() { } // GeneratibleCryptoMaterial interface bool GetVoidValue(const char *name, const std::type_info &valueType, void *pValue) const