Index: xfa/fxbarcode/cbc_code128.cpp |
diff --git a/xfa/fxbarcode/cbc_code128.cpp b/xfa/fxbarcode/cbc_code128.cpp |
index c3614bee90ea706f33ee15e4defa49fff8ff7104..abae7a3594bc529b033becb037497bebec0a7486 100644 |
--- a/xfa/fxbarcode/cbc_code128.cpp |
+++ b/xfa/fxbarcode/cbc_code128.cpp |
@@ -86,6 +86,10 @@ FX_BOOL CBC_Code128::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { |
return TRUE; |
} |
+BC_TYPE CBC_Code128::GetType() { |
+ return BC_CODE128; |
+} |
+ |
CFX_WideString CBC_Code128::Decode(uint8_t* buf, |
int32_t width, |
int32_t height, |