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

« back to all changes in this revision

Viewing changes to renderers/agg/include/agg_scanline_u.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:
455
455
    // 
456
456
    //------------------------------------------------------------------------
457
457
    template<class AlphaMask> 
458
 
    class scanline32_u8_am : public scanline32_u8
 
458
        class scanline32_u8_am : public scanline32_u8
459
459
    {
460
460
    public:
461
 
        typedef scanline_u8           base_type;
 
461
        typedef scanline32_u8         base_type;
462
462
        typedef AlphaMask             alpha_mask_type;
463
463
        typedef base_type::cover_type cover_type;
464
464
        typedef base_type::coord_type coord_type;