Index: xfa/fxbarcode/common/BC_CommonByteMatrix.h |
diff --git a/xfa/fxbarcode/common/BC_CommonByteMatrix.h b/xfa/fxbarcode/common/BC_CommonByteMatrix.h |
index 74e1203481e39bf381f769dd70cf64b593bcaffe..9bc2a88e8ad20f533989351136289d6bc9417c9f 100644 |
--- a/xfa/fxbarcode/common/BC_CommonByteMatrix.h |
+++ b/xfa/fxbarcode/common/BC_CommonByteMatrix.h |
@@ -15,6 +15,7 @@ class CBC_CommonByteMatrix { |
public: |
CBC_CommonByteMatrix(int32_t width, int32_t height); |
virtual ~CBC_CommonByteMatrix(); |
+ |
int32_t GetHeight(); |
int32_t GetWidth(); |
uint8_t Get(int32_t x, int32_t y); |