summaryrefslogtreecommitdiff
path: root/polynomi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'polynomi.cpp')
-rw-r--r--polynomi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/polynomi.cpp b/polynomi.cpp
index 168fff8..5607caf 100644
--- a/polynomi.cpp
+++ b/polynomi.cpp
@@ -473,7 +473,7 @@ void RingOfPolynomialsOver<T>::CalculateAlpha(std::vector<CoefficientType> &alph
}
template <class T>
-RingOfPolynomialsOver<T>::Element RingOfPolynomialsOver<T>::Interpolate(const CoefficientType x[], const CoefficientType y[], unsigned int n) const
+typename RingOfPolynomialsOver<T>::Element RingOfPolynomialsOver<T>::Interpolate(const CoefficientType x[], const CoefficientType y[], unsigned int n) const
{
assert(n > 0);