Index: core/src/fxge/agg/agg23/agg_scanline_u.h |
diff --git a/core/src/fxge/agg/agg23/agg_scanline_u.h b/core/src/fxge/agg/agg23/agg_scanline_u.h |
index f99feef91c8b4ec32eb5de409c35787ced3485b0..5b132907fde72b830e61f00268aa68aa197a3203 100644 |
--- a/core/src/fxge/agg/agg23/agg_scanline_u.h |
+++ b/core/src/fxge/agg/agg23/agg_scanline_u.h |
@@ -26,13 +26,13 @@ |
#include "agg_array.h" |
namespace agg |
{ |
-template<class CoverT> class scanline_u : public CFX_Object |
+template<class CoverT> class scanline_u |
{ |
public: |
typedef scanline_u<CoverT> self_type; |
typedef CoverT cover_type; |
typedef int16 coord_type; |
- struct span : public CFX_Object { |
+ struct span { |
coord_type x; |
coord_type len; |
cover_type* covers; |