| Index: xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeMetadata.cpp
|
| diff --git a/xfa/src/fxbarcode/src/BC_PDF417BarcodeMetadata.cpp b/xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeMetadata.cpp
|
| similarity index 93%
|
| rename from xfa/src/fxbarcode/src/BC_PDF417BarcodeMetadata.cpp
|
| rename to xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeMetadata.cpp
|
| index 50f3a1e2c276191bccc664c65429ef2dc4d66181..456c0e6f2eaaea2de291b5c3a0861c277a35a6ef 100644
|
| --- a/xfa/src/fxbarcode/src/BC_PDF417BarcodeMetadata.cpp
|
| +++ b/xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeMetadata.cpp
|
| @@ -20,8 +20,8 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "barcode.h"
|
| -#include "include/BC_PDF417BarcodeMetadata.h"
|
| +#include "../barcode.h"
|
| +#include "BC_PDF417BarcodeMetadata.h"
|
| CBC_BarcodeMetadata::CBC_BarcodeMetadata(FX_INT32 columnCount, FX_INT32 rowCountUpperPart, FX_INT32 rowCountLowerPart, FX_INT32 errorCorrectionLevel)
|
| {
|
| m_columnCount = columnCount;
|
|
|