openbsd-ports/archivers/par2cmdline/patches/patch-galois_h
2004-01-23 05:20:48 +00:00

13 lines
542 B
Plaintext

$OpenBSD: patch-galois_h,v 1.1.1.1 2004/01/23 05:20:48 jolan Exp $
--- galois.h.orig 2003-06-13 18:22:04.000000000 -0500
+++ galois.h 2004-01-21 18:06:05.000000000 -0600
@@ -156,7 +156,7 @@ GaloisTable<bits,generator,valuetype> Ga
template <const unsigned int bits, const unsigned int generator, typename valuetype>
-inline Galois<bits,generator,valuetype>::Galois(Galois<bits,generator,valuetype>::ValueType v)
+inline Galois<bits,generator,valuetype>::Galois(typename Galois<bits,generator,valuetype>::ValueType v)
{
value = v;
}