Index: core/src/fxge/agg/agg23/agg_pixfmt_gray.h |
diff --git a/core/src/fxge/agg/agg23/agg_pixfmt_gray.h b/core/src/fxge/agg/agg23/agg_pixfmt_gray.h |
index 052a2e35d86eaac7d70bfb80eedca8477662592a..5a80935479d41fc517db66d2523f845e08ce2453 100644 |
--- a/core/src/fxge/agg/agg23/agg_pixfmt_gray.h |
+++ b/core/src/fxge/agg/agg23/agg_pixfmt_gray.h |
@@ -28,7 +28,7 @@ |
#include "agg_rendering_buffer.h" |
namespace agg |
{ |
-template<class ColorT> struct blender_gray : public CFX_Object { |
+template<class ColorT> struct blender_gray { |
typedef ColorT color_type; |
typedef typename color_type::value_type value_type; |
typedef typename color_type::calc_type calc_type; |
@@ -40,7 +40,7 @@ template<class ColorT> struct blender_gray : public CFX_Object { |
} |
}; |
template<class Blender, unsigned Step = 1, unsigned Offset = 0> |
-class pixel_formats_gray : public CFX_Object |
+class pixel_formats_gray |
{ |
public: |
typedef rendering_buffer::row_data row_data; |