| Index: xfa/fxbarcode/pdf417/BC_PDF417Dimensions.h
|
| diff --git a/xfa/fxbarcode/pdf417/BC_PDF417Dimensions.h b/xfa/fxbarcode/pdf417/BC_PDF417Dimensions.h
|
| index 622ad236bcf5d8330c9155b868b1da0e275a1d71..dedbea3e58f584a8ee54e51e69dd072691f28ec8 100644
|
| --- a/xfa/fxbarcode/pdf417/BC_PDF417Dimensions.h
|
| +++ b/xfa/fxbarcode/pdf417/BC_PDF417Dimensions.h
|
| @@ -16,6 +16,7 @@ class CBC_Dimensions {
|
| int32_t minRows,
|
| int32_t maxRows);
|
| virtual ~CBC_Dimensions();
|
| +
|
| int32_t getMinCols();
|
| int32_t getMaxCols();
|
| int32_t getMinRows();
|
|
|