Index: xfa/fxbarcode/cbc_codabar.cpp |
diff --git a/xfa/fxbarcode/cbc_codabar.cpp b/xfa/fxbarcode/cbc_codabar.cpp |
index 4ed63ba7e299f9e6b03c56923ff30a63b44bcba7..c2fe2a4a16af2a8de7e5c1ba12242d3ae15e5b97 100644 |
--- a/xfa/fxbarcode/cbc_codabar.cpp |
+++ b/xfa/fxbarcode/cbc_codabar.cpp |
@@ -105,6 +105,10 @@ FX_BOOL CBC_Codabar::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { |
return TRUE; |
} |
+BC_TYPE CBC_Codabar::GetType() { |
+ return BC_CODABAR; |
+} |
+ |
CFX_WideString CBC_Codabar::Decode(uint8_t* buf, |
int32_t width, |
int32_t height, |