+ clang++ borks on this one, not sure why (TODO)
This commit is contained in:
parent
7bf6a35f5f
commit
42c5871537
1 changed files with 2 additions and 1 deletions
|
@ -454,6 +454,7 @@ namespace agg
|
||||||
// The scanline container with alpha-masking
|
// The scanline container with alpha-masking
|
||||||
//
|
//
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
|
/*
|
||||||
template<class AlphaMask>
|
template<class AlphaMask>
|
||||||
class scanline32_u8_am : public scanline32_u8
|
class scanline32_u8_am : public scanline32_u8
|
||||||
{
|
{
|
||||||
|
@ -490,7 +491,7 @@ namespace agg
|
||||||
private:
|
private:
|
||||||
const AlphaMask* m_alpha_mask;
|
const AlphaMask* m_alpha_mask;
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue