summaryrefslogtreecommitdiff
path: root/xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.h')
-rw-r--r--xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.h b/xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.h
index 802a49cb5e..90e76ac50a 100644
--- a/xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.h
+++ b/xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.h
@@ -11,7 +11,7 @@
class CBC_BarcodeRow {
public:
- CBC_BarcodeRow(int32_t width);
+ explicit CBC_BarcodeRow(int32_t width);
virtual ~CBC_BarcodeRow();
void set(int32_t x, uint8_t value);