Index: core/fxcodec/codec/fx_codec.cpp |
diff --git a/core/fxcodec/codec/fx_codec.cpp b/core/fxcodec/codec/fx_codec.cpp |
index 77dd363c9db4ddbd4684ff75d67fc549edc95c62..d35349e82cf015320e919167c4357c7904cf081c 100644 |
--- a/core/fxcodec/codec/fx_codec.cpp |
+++ b/core/fxcodec/codec/fx_codec.cpp |
@@ -397,7 +397,7 @@ void CCodec_RLScanlineDecoder::UpdateOperator(uint8_t used_bytes) { |
count -= used_bytes; |
m_Operator = 257 - count; |
} |
-ICodec_ScanlineDecoder* CCodec_BasicModule::CreateRunLengthDecoder( |
+CCodec_ScanlineDecoder* CCodec_BasicModule::CreateRunLengthDecoder( |
const uint8_t* src_buf, |
uint32_t src_size, |
int width, |