summaryrefslogtreecommitdiff
path: root/rw.h
diff options
context:
space:
mode:
Diffstat (limited to 'rw.h')
-rw-r--r--rw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rw.h b/rw.h
index 0fb12b7..ec8b850 100644
--- a/rw.h
+++ b/rw.h
@@ -11,7 +11,7 @@
NAMESPACE_BEGIN(CryptoPP)
//! _
-class CRYPTOPP_DLL RWFunction : virtual public TrapdoorFunction, public PublicKey
+class CRYPTOPP_DLL RWFunction : public TrapdoorFunction, public PublicKey
{
typedef RWFunction ThisClass;