Index: core/src/fxcrt/fx_basic_util.cpp |
diff --git a/core/src/fxcrt/fx_basic_util.cpp b/core/src/fxcrt/fx_basic_util.cpp |
index c3df07fef5389a72496d63d4aa02e889a409c1bd..272d43eef78f343e4ce32fbff2d686915452c2a0 100644 |
--- a/core/src/fxcrt/fx_basic_util.cpp |
+++ b/core/src/fxcrt/fx_basic_util.cpp |
@@ -294,7 +294,7 @@ CFX_WideString FX_DecodeURI(const CFX_ByteString& bsURI) |
return CFX_WideString::FromUTF8(rURI, rURI.GetLength()); |
} |
#if _FXM_PLATFORM_ == _FXM_PLATFORM_WINDOWS_ |
-class CFindFileData : public CFX_Object |
+class CFindFileData |
{ |
public: |
virtual ~CFindFileData() {} |