From 42c5871537ae19154f2befb60d9e581ec33cb3f7 Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Fri, 18 Jun 2010 15:39:48 +0000 Subject: [PATCH] + clang++ borks on this one, not sure why (TODO) --- agg/include/agg_scanline_u.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/agg/include/agg_scanline_u.h b/agg/include/agg_scanline_u.h index 5a28ed17e..f2e334853 100644 --- a/agg/include/agg_scanline_u.h +++ b/agg/include/agg_scanline_u.h @@ -454,6 +454,7 @@ namespace agg // The scanline container with alpha-masking // //------------------------------------------------------------------------ + /* template class scanline32_u8_am : public scanline32_u8 { @@ -490,7 +491,7 @@ namespace agg private: const AlphaMask* m_alpha_mask; }; - + */ }