Index: core/include/fxge/fx_ge.h |
diff --git a/core/include/fxge/fx_ge.h b/core/include/fxge/fx_ge.h |
index c5d409c41cd720b2e2a99fe1abeab630d97de0e6..fc9119b123f9b46a5c1827d1268fdc7d4911829e 100644 |
--- a/core/include/fxge/fx_ge.h |
+++ b/core/include/fxge/fx_ge.h |
@@ -591,7 +591,7 @@ class IFX_RenderDeviceDriver { |
class IFX_PSOutput { |
public: |
virtual void Release() = 0; |
- virtual void OutputPS(const FX_CHAR* string, int len) = 0; |
+ virtual void OutputPS(const FX_CHAR* str, int len) = 0; |
protected: |
virtual ~IFX_PSOutput() {} |