| Index: core/fxcodec/codec/ccodec_flatemodule.h
|
| diff --git a/core/fxcodec/codec/ccodec_flatemodule.h b/core/fxcodec/codec/ccodec_flatemodule.h
|
| index 0b91f0a8c37559d86cdfeef7b051a9177e3b0361..ee8fd8defda55246fdb3c25ba6d8a60a4361e0fb 100644
|
| --- a/core/fxcodec/codec/ccodec_flatemodule.h
|
| +++ b/core/fxcodec/codec/ccodec_flatemodule.h
|
| @@ -23,10 +23,10 @@ class CCodec_FlateModule {
|
| int Colors,
|
| int BitsPerComponent,
|
| int Columns);
|
| - uint32_t FlateOrLZWDecode(FX_BOOL bLZW,
|
| + uint32_t FlateOrLZWDecode(bool bLZW,
|
| const uint8_t* src_buf,
|
| uint32_t src_size,
|
| - FX_BOOL bEarlyChange,
|
| + bool bEarlyChange,
|
| int predictor,
|
| int Colors,
|
| int BitsPerComponent,
|
|
|