]> git.mxchange.org Git - flightgear.git/blobdiff - Triangulate/triangle.hxx
Let's not pass copies of huge structures on the stack ... ye might see a
[flightgear.git] / Triangulate / triangle.hxx
index 5879abd188a17821069568f42041d46f85833177..1dbb85e248f116a1843467c6c46333c2f8b1acf0 100644 (file)
@@ -66,7 +66,7 @@ public:
     ~FGTriangle( void );
 
     // populate this class based on the specified gpc_polys list
-    int build( FGgpcPolyList gpc_polys );
+    int build( const FGgpcPolyList& gpc_polys );
 };
 
 
@@ -74,6 +74,10 @@ public:
 
 
 // $Log$
+// Revision 1.2  1999/03/18 04:31:12  curt
+// Let's not pass copies of huge structures on the stack ... ye might see a
+// segfault ... :-)
+//
 // Revision 1.1  1999/03/17 23:51:59  curt
 // Initial revision.
 //