Index: core/src/fxge/ge/fx_ge_ps.cpp |
diff --git a/core/src/fxge/ge/fx_ge_ps.cpp b/core/src/fxge/ge/fx_ge_ps.cpp |
index d664b706b0671917dc6566e7092839387a3e34e6..9da224602e7e39ca0e91036adc0adf16fcf1e77b 100644 |
--- a/core/src/fxge/ge/fx_ge_ps.cpp |
+++ b/core/src/fxge/ge/fx_ge_ps.cpp |
@@ -13,7 +13,7 @@ struct PSGlyph { |
FX_BOOL m_bGlyphAdjust; |
FX_FLOAT m_AdjustMatrix[4]; |
}; |
-class CPSFont : public CFX_Object |
+class CPSFont |
{ |
public: |
PSGlyph m_Glyphs[256]; |