aboutsummaryrefslogtreecommitdiffstats
path: root/math/bamg/files/patch-QuadTree.h
diff options
context:
space:
mode:
Diffstat (limited to 'math/bamg/files/patch-QuadTree.h')
-rw-r--r--math/bamg/files/patch-QuadTree.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/bamg/files/patch-QuadTree.h b/math/bamg/files/patch-QuadTree.h
new file mode 100644
index 000000000000..36901bbf8c8a
--- /dev/null
+++ b/math/bamg/files/patch-QuadTree.h
@@ -0,0 +1,11 @@
+--- QuadTree.h.orig Thu Dec 23 17:25:52 1999
++++ QuadTree.h Thu Dec 18 22:38:50 2003
+@@ -88,7 +88,7 @@
+ ~QuadTree();
+ QuadTree(Triangles * t,long nbv=-1);
+ QuadTree();
+- friend ostream& operator <<(ostream& f, const QuadTree & qt);
++ friend std::ostream& operator <<(std::ostream& f, const QuadTree & qt);
+
+
+