summaryrefslogtreecommitdiff
path: root/xfa/fxbarcode/cbc_ean13.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxbarcode/cbc_ean13.cpp')
-rw-r--r--xfa/fxbarcode/cbc_ean13.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/xfa/fxbarcode/cbc_ean13.cpp b/xfa/fxbarcode/cbc_ean13.cpp
index 589af5b090..0725083a1d 100644
--- a/xfa/fxbarcode/cbc_ean13.cpp
+++ b/xfa/fxbarcode/cbc_ean13.cpp
@@ -92,6 +92,10 @@ FX_BOOL CBC_EAN13::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) {
return TRUE;
}
+BC_TYPE CBC_EAN13::GetType() {
+ return BC_EAN13;
+}
+
CFX_WideString CBC_EAN13::Decode(uint8_t* buf,
int32_t width,
int32_t height,