summaryrefslogtreecommitdiff
path: root/core/fxcrt/cfx_widetextbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxcrt/cfx_widetextbuf.h')
-rw-r--r--core/fxcrt/cfx_widetextbuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/cfx_widetextbuf.h b/core/fxcrt/cfx_widetextbuf.h
index 84553a3e59..483f75d318 100644
--- a/core/fxcrt/cfx_widetextbuf.h
+++ b/core/fxcrt/cfx_widetextbuf.h
@@ -11,7 +11,7 @@
#include "core/fxcrt/fx_string.h"
#include "core/fxcrt/fx_system.h"
-class CFX_WideTextBuf : public CFX_BinaryBuf {
+class CFX_WideTextBuf final : public CFX_BinaryBuf {
public:
void AppendChar(wchar_t wch);
size_t GetLength() const override;