summaryrefslogtreecommitdiff
path: root/xfa/fxbarcode/datamatrix/BC_ErrorCorrection.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxbarcode/datamatrix/BC_ErrorCorrection.h')
-rw-r--r--xfa/fxbarcode/datamatrix/BC_ErrorCorrection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xfa/fxbarcode/datamatrix/BC_ErrorCorrection.h b/xfa/fxbarcode/datamatrix/BC_ErrorCorrection.h
index 1ed8c34a23..d3b9da8056 100644
--- a/xfa/fxbarcode/datamatrix/BC_ErrorCorrection.h
+++ b/xfa/fxbarcode/datamatrix/BC_ErrorCorrection.h
@@ -8,10 +8,12 @@
#define XFA_FXBARCODE_DATAMATRIX_BC_ERRORCORRECTION_H_
class CBC_SymbolInfo;
+
class CBC_ErrorCorrection {
public:
CBC_ErrorCorrection();
virtual ~CBC_ErrorCorrection();
+
static void Initialize();
static void Finalize();
static CFX_WideString encodeECC200(CFX_WideString codewords,