backport compiler fix from r1900
This commit is contained in:
parent
c5adca6e57
commit
43fea02bdd
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@ namespace agg
|
||||||
class scanline32_u8_am : public scanline32_u8
|
class scanline32_u8_am : public scanline32_u8
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
typedef scanline_u8 base_type;
|
typedef scanline_32_u8 base_type;
|
||||||
typedef AlphaMask alpha_mask_type;
|
typedef AlphaMask alpha_mask_type;
|
||||||
typedef base_type::cover_type cover_type;
|
typedef base_type::cover_type cover_type;
|
||||||
typedef base_type::coord_type coord_type;
|
typedef base_type::coord_type coord_type;
|
||||||
|
|
Loading…
Add table
Reference in a new issue