Index: core/src/fxge/win32/fx_win32_gdipext.cpp |
diff --git a/core/src/fxge/win32/fx_win32_gdipext.cpp b/core/src/fxge/win32/fx_win32_gdipext.cpp |
index 1aada3a1f36be58c4c4addd6866320f11e6680c6..82ff2be9523fcaf7f08fcbcd82c69e16acfb5ebe 100644 |
--- a/core/src/fxge/win32/fx_win32_gdipext.cpp |
+++ b/core/src/fxge/win32/fx_win32_gdipext.cpp |
@@ -1003,7 +1003,7 @@ BOOL CGdiplusExt::DrawPath(HDC hDC, const CFX_PathData* pPathData, |
CallFunc(GdipDeleteGraphics)(pGraphics); |
return TRUE; |
} |
-class GpStream : public IStream, public CFX_Object |
+class GpStream FX_FINAL : public IStream, public CFX_Object |
{ |
LONG m_RefCount; |
int m_ReadPos; |