Index: core/src/fxge/agg/agg23/agg_array.h |
diff --git a/core/src/fxge/agg/agg23/agg_array.h b/core/src/fxge/agg/agg23/agg_array.h |
index f5680d90fe3984cfd5457060bf4436344e76539c..b3b5f2b877c84e08a37985aaeaeb55009bf56786 100644 |
--- a/core/src/fxge/agg/agg23/agg_array.h |
+++ b/core/src/fxge/agg/agg23/agg_array.h |
@@ -18,7 +18,7 @@ |
#include "agg_basics.h" |
namespace agg |
{ |
-template<class T> class pod_array : public CFX_Object |
+template<class T> class pod_array |
{ |
public: |
typedef T value_type; |
@@ -157,7 +157,7 @@ pod_array<T>::operator = (const pod_array<T>&v) |
} |
return *this; |
} |
-template<class T, unsigned S = 6> class pod_deque : public CFX_Object |
+template<class T, unsigned S = 6> class pod_deque |
{ |
public: |
enum block_scale_e { |
@@ -409,7 +409,7 @@ unsigned pod_deque<T, S>::byte_size() const |
{ |
return m_size * sizeof(T); |
} |
-class pod_allocator : public CFX_Object |
+class pod_allocator |
{ |
public: |
void remove_all() |