| Index: xfa/src/fxbarcode/BC_ResultPoint.cpp
|
| diff --git a/xfa/src/fxbarcode/BC_ResultPoint.cpp b/xfa/src/fxbarcode/BC_ResultPoint.cpp
|
| index 47eb8aeb338f4c6f67ad13dc267725399b097221..d499235a3a84b7b570389bc4aa15c3924458e634 100644
|
| --- a/xfa/src/fxbarcode/BC_ResultPoint.cpp
|
| +++ b/xfa/src/fxbarcode/BC_ResultPoint.cpp
|
| @@ -20,8 +20,8 @@
|
| * limitations under the License.
|
| */
|
|
|
| -#include "xfa/src/fxbarcode/barcode.h"
|
| #include "xfa/src/fxbarcode/BC_ResultPoint.h"
|
| +#include "xfa/src/fxbarcode/barcode.h"
|
| CBC_ResultPoint::CBC_ResultPoint(FX_FLOAT x, FX_FLOAT y) : m_x(x), m_y(y) {}
|
| FX_FLOAT CBC_ResultPoint::GetX() {
|
| return m_x;
|
|
|