X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Triangulate%2Ftriangle.hxx;h=1dbb85e248f116a1843467c6c46333c2f8b1acf0;hb=62670d0514bb049f73dd2e427cbdd2cdf4848c0b;hp=5879abd188a17821069568f42041d46f85833177;hpb=7e237e7572409a84651ec0e4cf22eeef97c6c859;p=flightgear.git diff --git a/Triangulate/triangle.hxx b/Triangulate/triangle.hxx index 5879abd18..1dbb85e24 100644 --- a/Triangulate/triangle.hxx +++ b/Triangulate/triangle.hxx @@ -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. //