From daec4644fb12b026eb5210827fe66cae3928635a Mon Sep 17 00:00:00 2001 From: weidai Date: Mon, 18 Dec 2006 02:34:33 +0000 Subject: update version number, port to Sun C++ 5.8 git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@265 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- rw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rw.h') 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; -- cgit v1.2.1