Index: core/src/fxcodec/codec/fx_codec_progress.h |
diff --git a/core/src/fxcodec/codec/fx_codec_progress.h b/core/src/fxcodec/codec/fx_codec_progress.h |
index 6a618e2f512221b001bf9ba1019ef657926ae583..ea53c8f01090e591d3c409d221f0d9eeb67d1552 100644 |
--- a/core/src/fxcodec/codec/fx_codec_progress.h |
+++ b/core/src/fxcodec/codec/fx_codec_progress.h |
@@ -17,7 +17,7 @@ struct PixelWeight { |
int m_SrcEnd; |
int m_Weights[1]; |
}; |
-class CFXCODEC_WeightTable : public CFX_Object |
+class CFXCODEC_WeightTable |
{ |
public: |
CFXCODEC_WeightTable() |
@@ -40,7 +40,7 @@ public: |
int m_DestMin, m_ItemSize; |
FX_LPBYTE m_pWeightTables; |
}; |
-class CFXCODEC_HorzTable : public CFX_Object |
+class CFXCODEC_HorzTable |
{ |
public: |
CFXCODEC_HorzTable() |
@@ -63,7 +63,7 @@ public: |
int m_ItemSize; |
FX_LPBYTE m_pWeightTables; |
}; |
-class CFXCODEC_VertTable : public CFX_Object |
+class CFXCODEC_VertTable |
{ |
public: |
CFXCODEC_VertTable() |