| Index: core/fxge/dib/fx_dib_main.cpp
|
| diff --git a/core/fxge/dib/fx_dib_main.cpp b/core/fxge/dib/fx_dib_main.cpp
|
| index 4503fd506f40de7045196e3b3ed89ab50945dec7..f781392e6701d977fe2ec4842867f6ea8f5ac9e3 100644
|
| --- a/core/fxge/dib/fx_dib_main.cpp
|
| +++ b/core/fxge/dib/fx_dib_main.cpp
|
| @@ -490,7 +490,7 @@ FX_BOOL CFX_DIBitmap::TransferMask(int dest_left,
|
| uint8_t* color_p = (uint8_t*)&dst_color;
|
| if (pIccTransform && CFX_GEModule::Get()->GetCodecModule() &&
|
| CFX_GEModule::Get()->GetCodecModule()->GetIccModule()) {
|
| - ICodec_IccModule* pIccModule =
|
| + CCodec_IccModule* pIccModule =
|
| CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
|
| pIccModule->TranslateScanline(pIccTransform, color_p, color_p, 1);
|
| } else {
|
|
|