summaryrefslogtreecommitdiff
path: root/net/irrtoolset-nox11/patches/patch-al
blob: 31ea4728d87794f86ef5becc8242edce9aeffba8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-al,v 1.1.1.1 2005/02/28 12:37:30 spz Exp $

--- src/irr/autnum.hh.orig	2005-02-26 11:41:12.000000000 +0100
+++ src/irr/autnum.hh
@@ -334,7 +334,7 @@ protected:
 	  }
 	else
 	  {
-	  cerr << "Internal Error!" << endl;
+	  std::cerr << "Internal Error!" << std::endl;
 	  abort();
 	  }
     return false;
@@ -348,7 +348,7 @@ public:
       peerAS(_peerAS) {
 	// Has to be called here again in order to get things right!
 	// It's not perfect but it works
-	first();	
+	AttrIterator<AttrType>::first();	
    }
 };