mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
c19f8483b3
http://www-rocq1.inria.fr/gamma/cdrom/www/bamg/eng.htm PR: 60837 Submitted by: Thierry Thomas <thierry@pompo.net>
12 lines
323 B
C++
12 lines
323 B
C++
--- 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);
|
|
|
|
|
|
|