diff options
Diffstat (limited to 'xfa/src/fxbarcode/BC_Reader.cpp')
-rw-r--r-- | xfa/src/fxbarcode/BC_Reader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/src/fxbarcode/BC_Reader.cpp b/xfa/src/fxbarcode/BC_Reader.cpp index 5af914ebc3..15d161f174 100644 --- a/xfa/src/fxbarcode/BC_Reader.cpp +++ b/xfa/src/fxbarcode/BC_Reader.cpp @@ -5,6 +5,6 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #include "xfa/src/fxbarcode/BC_Reader.h" -#include "xfa/src/fxbarcode/barcode.h" + CBC_Reader::CBC_Reader() {} CBC_Reader::~CBC_Reader() {} |