| 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 0f13721c70f32b541addf354f6e5e995667d0575..e668b492002467e1f267d0044e7becd60e3cfcd9 100644
 | 
| --- a/core/src/fxge/win32/fx_win32_gdipext.cpp
 | 
| +++ b/core/src/fxge/win32/fx_win32_gdipext.cpp
 | 
| @@ -1008,7 +1008,7 @@ BOOL CGdiplusExt::DrawPath(HDC hDC, const CFX_PathData* pPathData,
 | 
|      CallFunc(GdipDeleteGraphics)(pGraphics);
 | 
|      return TRUE;
 | 
|  }
 | 
| -class GpStream FX_FINAL : public IStream, public CFX_Object
 | 
| +class GpStream FX_FINAL : public IStream
 | 
|  {
 | 
|      LONG	m_RefCount;
 | 
|      int     m_ReadPos;
 | 
| 
 |