diff options
Diffstat (limited to 'xfa/src/fxbarcode/datamatrix/BC_DefaultPlacement.cpp')
-rw-r--r-- | xfa/src/fxbarcode/datamatrix/BC_DefaultPlacement.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/src/fxbarcode/datamatrix/BC_DefaultPlacement.cpp b/xfa/src/fxbarcode/datamatrix/BC_DefaultPlacement.cpp index d87ac7472c..f021b75282 100644 --- a/xfa/src/fxbarcode/datamatrix/BC_DefaultPlacement.cpp +++ b/xfa/src/fxbarcode/datamatrix/BC_DefaultPlacement.cpp @@ -20,9 +20,9 @@ * limitations under the License. */ -#include "xfa/src/fxbarcode/barcode.h" #include "xfa/src/fxbarcode/datamatrix/BC_DefaultPlacement.h" #include "xfa/src/fxbarcode/datamatrix/BC_Encoder.h" + CBC_DefaultPlacement::CBC_DefaultPlacement(CFX_WideString codewords, int32_t numcols, int32_t numrows) { |