d1241626df
- Avoid USE_AUTOTOOLS - Fix build with clang - Add missing -lcourierauth [1] Reported by: antoine [1]
11 lines
281 B
C
11 lines
281 B
C
--- courier/webmlmd.H.orig 2007-12-17 12:09:18 UTC
|
|
+++ courier/webmlmd.H
|
|
@@ -49,7 +49,7 @@ namespace webmlmd {
|
|
T t;
|
|
|
|
t.reserve(s.size() * 6 / 5);
|
|
- class T::iterator b=s.begin(), e=s.end(), p=b;
|
|
+ typename T::iterator b=s.begin(), e=s.end(), p=b;
|
|
|
|
while (b != e)
|
|
{
|