~ubuntu-branches/ubuntu/saucy/mapserver/saucy-security

« back to all changes in this revision

Viewing changes to renderers/agg/include/agg_scanline_boolean_algebra.h

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2011-12-23 14:02:06 UTC
  • mfrom: (26.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20111223140206-n3h9t2hsa8hyslmu
Tags: 6.0.1-2
Added missed stuff for libmapscript-perl.

Show diffs side-by-side

added added

removed removed

Lines of Context:
850
850
        unsigned num1 = sl1.num_spans();
851
851
        unsigned num2 = sl2.num_spans();
852
852
 
853
 
        typename Scanline1::const_iterator span1;// = sl1.begin();
854
 
        typename Scanline2::const_iterator span2;// = sl2.begin();
 
853
        typename Scanline1::const_iterator span1 = NULL;// = sl1.begin();
 
854
        typename Scanline2::const_iterator span2 = NULL;// = sl2.begin();
855
855
 
856
856
        enum invalidation_e 
857
857
        {