From baca77096e21acb07fa0b6e3a9ca7b926d18dcf1 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Mon, 21 Jul 2014 09:50:56 -0700 Subject: Fix remaining -Wdelete-non-virtual-dtor violations on Windows. Follow-up to https://codereview.chromium.org/370853002/ BUG=none R=bo_xu@foxitsoftware.com Review URL: https://codereview.chromium.org/406683005 --- core/src/fxge/win32/fx_win32_device.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/fxge/win32/fx_win32_device.cpp') diff --git a/core/src/fxge/win32/fx_win32_device.cpp b/core/src/fxge/win32/fx_win32_device.cpp index 044468ff05..154bbc407c 100644 --- a/core/src/fxge/win32/fx_win32_device.cpp +++ b/core/src/fxge/win32/fx_win32_device.cpp @@ -16,7 +16,7 @@ #include "../agg/include/fx_agg_driver.h" #include "../../../include/fxge/fx_freetype.h" #include "../../../include/fxcodec/fx_codec.h" -class CWin32FontInfo : public IFX_SystemFontInfo +class CWin32FontInfo FX_FINAL : public IFX_SystemFontInfo { public: CWin32FontInfo(); -- cgit v1.2.3