summaryrefslogtreecommitdiff
path: root/core/include/fxge/fx_ge.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/include/fxge/fx_ge.h')
-rw-r--r--core/include/fxge/fx_ge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/include/fxge/fx_ge.h b/core/include/fxge/fx_ge.h
index c5d409c41c..fc9119b123 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() {}