summaryrefslogtreecommitdiff
path: root/xfa/fxbarcode/cbc_code128.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxbarcode/cbc_code128.cpp')
-rw-r--r--xfa/fxbarcode/cbc_code128.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/xfa/fxbarcode/cbc_code128.cpp b/xfa/fxbarcode/cbc_code128.cpp
index c3614bee90..abae7a3594 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,