summaryrefslogtreecommitdiff
path: root/xfa/fxbarcode/cbc_code39.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxbarcode/cbc_code39.h')
-rw-r--r--xfa/fxbarcode/cbc_code39.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxbarcode/cbc_code39.h b/xfa/fxbarcode/cbc_code39.h
index d6dad7df31..673975ba91 100644
--- a/xfa/fxbarcode/cbc_code39.h
+++ b/xfa/fxbarcode/cbc_code39.h
@@ -32,7 +32,7 @@ class CBC_Code39 : 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_CODE39; }
+ BC_TYPE GetType() override;
FX_BOOL SetTextLocation(BC_TEXT_LOC location);
FX_BOOL SetWideNarrowRatio(int32_t ratio);