Collect a patch during last commit, that got integrated

Submitted by:	kay_lehmann@web.de (Kay Lehmann)
This commit is contained in:
Tilman Keskinoz 2003-03-24 09:51:40 +00:00
parent ed163874f0
commit 4edf4b5999
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77370

View file

@ -1,11 +0,0 @@
--- src/edge.h.orig Tue Feb 12 05:49:28 2002
+++ src/edge.h Fri Oct 25 15:44:14 2002
@@ -26,7 +26,7 @@
Edge &operator= (const Edge &other);
bool operator== (const Edge &other) const;
- friend ostream &operator<< (ostream &o, const Edge &e);
+ friend std::ostream &operator<< (std::ostream &o, const Edge &e);
bool incident_to (const Vertex *v1) const;
bool incident_to (const Vertex *v1, const Vertex *v2) const;