Ticket #12934: 0027-agg_scanline_u.h-fix-wrong-base_type.patch

File 0027-agg_scanline_u.h-fix-wrong-base_type.patch, 928 bytes (added by mt, 8 years ago)
  • headers/libs/agg/agg_scanline_u.h

    From 46c559249f1e2c8d520d120cbc350113e05b800a Mon Sep 17 00:00:00 2001
    From: Murai Takashi <tmurai01@gmail.com>
    Date: Thu, 1 Sep 2016 06:27:25 +0900
    Subject: [PATCH 27/28] agg_scanline_u.h: fix wrong base_type
    
    As pointed out at https://sourceforge.net/p/agg/svn/37
    
    ---
     headers/libs/agg/agg_scanline_u.h | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/headers/libs/agg/agg_scanline_u.h b/headers/libs/agg/agg_scanline_u.h
    index b87e81c..7a78de1 100644
    a b namespace agg  
    458458    class scanline32_u8_am : public scanline32_u8
    459459    {
    460460    public:
    461         typedef scanline_u8           base_type;
     461        typedef scanline32_u8         base_type;
    462462        typedef AlphaMask             alpha_mask_type;
    463463        typedef base_type::cover_type cover_type;
    464464        typedef base_type::coord_type coord_type;