From ec56662ba7b4cfaf1335a88854127fac06f376aa Mon Sep 17 00:00:00 2001 From: weidai Date: Thu, 20 Mar 2003 20:39:59 +0000 Subject: fix warnings for VC7 and GCC git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@43 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- blumshub.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blumshub.h') diff --git a/blumshub.h b/blumshub.h index 10b3cac..dbbb8be 100644 --- a/blumshub.h +++ b/blumshub.h @@ -29,7 +29,7 @@ public: protected: const ModularArithmetic modn; - const int maxBits; + const word maxBits; Integer current; int bitsLeft; -- cgit v1.2.1