summaryrefslogtreecommitdiff
path: root/core/src/fxge/win32/win32_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/fxge/win32/win32_int.h')
-rw-r--r--core/src/fxge/win32/win32_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/fxge/win32/win32_int.h b/core/src/fxge/win32/win32_int.h
index 97da0ac15c..233fe367f5 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();