Index: xfa/fxbarcode/cbc_ean13.h |
diff --git a/xfa/fxbarcode/cbc_ean13.h b/xfa/fxbarcode/cbc_ean13.h |
index 93abab27ff6298ea26fd95a98f666b4258b7fad5..afe2cd97817cdee8474f794fb84812154d46a7a0 100644 |
--- a/xfa/fxbarcode/cbc_ean13.h |
+++ b/xfa/fxbarcode/cbc_ean13.h |
@@ -30,7 +30,7 @@ class CBC_EAN13 : public CBC_OneCode { |
const CFX_Matrix* matrix, |
int32_t& e) override; |
FX_BOOL RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override; |
- BC_TYPE GetType() override { return BC_EAN13; } |
+ BC_TYPE GetType() override; |
private: |
CFX_WideString Preprocess(const CFX_WideStringC& contents); |