diff options
Diffstat (limited to 'core/fxcrt/cfx_fileaccess_windows.h')
-rw-r--r-- | core/fxcrt/cfx_fileaccess_windows.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/cfx_fileaccess_windows.h b/core/fxcrt/cfx_fileaccess_windows.h index 4352a2b521..fad2ed6f94 100644 --- a/core/fxcrt/cfx_fileaccess_windows.h +++ b/core/fxcrt/cfx_fileaccess_windows.h @@ -14,7 +14,7 @@ #error "Included on the wrong platform" #endif -class CFX_FileAccess_Windows : public FileAccessIface { +class CFX_FileAccess_Windows final : public FileAccessIface { public: CFX_FileAccess_Windows(); ~CFX_FileAccess_Windows() override; |