From f39074c0ae47a84c496782f8b75bcce1e1cfdf59 Mon Sep 17 00:00:00 2001 From: tsepez Date: Wed, 26 Oct 2016 15:33:58 -0700 Subject: Fix some FX_BOOL / int noise in fxcrt. Review-Url: https://codereview.chromium.org/2450183003 --- xfa/fgas/crt/fgas_stream.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'xfa/fgas/crt/fgas_stream.h') diff --git a/xfa/fgas/crt/fgas_stream.h b/xfa/fgas/crt/fgas_stream.h index c61688d7a7..34d684f9ca 100644 --- a/xfa/fgas/crt/fgas_stream.h +++ b/xfa/fgas/crt/fgas_stream.h @@ -10,11 +10,6 @@ #include "core/fxcrt/fx_stream.h" #include "core/fxcrt/fx_system.h" -class IFX_Stream; - -IFX_SeekableReadStream* FX_CreateFileRead(IFX_Stream* pBaseStream, - FX_BOOL bReleaseStream); - enum FX_STREAMACCESS { FX_STREAMACCESS_Binary = 0x00, FX_STREAMACCESS_Text = 0x01, @@ -68,4 +63,7 @@ class IFX_Stream { virtual uint16_t SetCodePage(uint16_t wCodePage) = 0; }; +IFX_SeekableReadStream* FX_CreateFileRead(IFX_Stream* pBaseStream, + bool bReleaseStream); + #endif // XFA_FGAS_CRT_FGAS_STREAM_H_ -- cgit v1.2.3