Index: core/src/fxge/win32/win32_int.h |
diff --git a/core/src/fxge/win32/win32_int.h b/core/src/fxge/win32/win32_int.h |
index 97da0ac15caf03c85409fb3db558afdf29178e0f..233fe367f5e425c036237fff0e9783cd8da8f23a 100644 |
--- a/core/src/fxge/win32/win32_int.h |
+++ b/core/src/fxge/win32/win32_int.h |
@@ -277,7 +277,7 @@ class CPSOutput : public IFX_PSOutput { |
// IFX_PSOutput |
void Release() override { delete this; } |
- void OutputPS(const FX_CHAR* string, int len) override; |
+ void OutputPS(const FX_CHAR* str, int len) override; |
void Init(); |