X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Clipper%2Fclipper.hxx;h=874d4948548479c20e98911e1dc4135ccc8e72bc;hb=62670d0514bb049f73dd2e427cbdd2cdf4848c0b;hp=617b92f451bebaa5b0460cf0c085b89b5749c445;hpb=7e237e7572409a84651ec0e4cf22eeef97c6c859;p=flightgear.git diff --git a/Clipper/clipper.hxx b/Clipper/clipper.hxx index 617b92f45..874d49485 100644 --- a/Clipper/clipper.hxx +++ b/Clipper/clipper.hxx @@ -54,6 +54,7 @@ FG_USING_STD(vector); typedef vector < gpc_polygon * > gpcpoly_container; typedef gpcpoly_container::iterator gpcpoly_iterator; +typedef gpcpoly_container::const_iterator const_gpcpoly_iterator; #define FG_MAX_AREAS 20 @@ -108,6 +109,10 @@ public: // $Log$ +// Revision 1.4 1999/03/18 04:31:10 curt +// Let's not pass copies of huge structures on the stack ... ye might see a +// segfault ... :-) +// // Revision 1.3 1999/03/17 23:48:59 curt // minor renaming and a bit of rearranging. //