+ clang++ borks on this one, not sure why (TODO)

This commit is contained in:
Artem Pavlenko 2010-06-18 15:39:48 +00:00
parent 7bf6a35f5f
commit 42c5871537

View file

@ -454,6 +454,7 @@ namespace agg
// The scanline container with alpha-masking
//
//------------------------------------------------------------------------
/*
template<class AlphaMask>
class scanline32_u8_am : public scanline32_u8
{
@ -490,7 +491,7 @@ namespace agg
private:
const AlphaMask* m_alpha_mask;
};
*/
}