From d23a489940499bd6c634a1cb0a9875f094f8a850 Mon Sep 17 00:00:00 2001 From: weidai Date: Thu, 20 Mar 2003 01:24:12 +0000 Subject: various changes for 5.1 git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@38 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- polynomi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'polynomi.cpp') diff --git a/polynomi.cpp b/polynomi.cpp index 168fff8..5607caf 100644 --- a/polynomi.cpp +++ b/polynomi.cpp @@ -473,7 +473,7 @@ void RingOfPolynomialsOver::CalculateAlpha(std::vector &alph } template -RingOfPolynomialsOver::Element RingOfPolynomialsOver::Interpolate(const CoefficientType x[], const CoefficientType y[], unsigned int n) const +typename RingOfPolynomialsOver::Element RingOfPolynomialsOver::Interpolate(const CoefficientType x[], const CoefficientType y[], unsigned int n) const { assert(n > 0); -- cgit v1.2.1