summaryrefslogtreecommitdiff
path: root/core/fxge/win32/cpsoutput.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxge/win32/cpsoutput.h')
-rw-r--r--core/fxge/win32/cpsoutput.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxge/win32/cpsoutput.h b/core/fxge/win32/cpsoutput.h
index 42ad109a80..d140de95f4 100644
--- a/core/fxge/win32/cpsoutput.h
+++ b/core/fxge/win32/cpsoutput.h
@@ -19,7 +19,7 @@ class CPSOutput : public IFX_WriteStream {
// IFX_Writestream
bool WriteBlock(const void* str, size_t len) override;
- bool WriteString(const CFX_ByteStringC& str) override;
+ bool WriteString(const ByteStringView& str) override;
private:
HDC m_hDC;