| Index: core/fxge/ge/fx_ge_text.cpp
|
| diff --git a/core/fxge/ge/fx_ge_text.cpp b/core/fxge/ge/fx_ge_text.cpp
|
| index 44ab9f7ab51899fdff23cf38138e05f2bffb06e5..788c45caaa97f47b5206b0ca6d07a60dd94e2021 100644
|
| --- a/core/fxge/ge/fx_ge_text.cpp
|
| +++ b/core/fxge/ge/fx_ge_text.cpp
|
| @@ -156,7 +156,7 @@ void _Color2Argb(FX_ARGB& argb,
|
| }
|
| uint8_t bgra[4];
|
| if (pIccTransform) {
|
| - ICodec_IccModule* pIccModule =
|
| + CCodec_IccModule* pIccModule =
|
| CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
|
| color = FXGETFLAG_COLORTYPE(alpha_flag) ? FXCMYK_TODIB(color)
|
| : FXARGB_TODIB(color);
|
|
|