diff options
Diffstat (limited to 'xfa/fxbarcode/common/BC_CommonByteMatrix.h')
-rw-r--r-- | xfa/fxbarcode/common/BC_CommonByteMatrix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xfa/fxbarcode/common/BC_CommonByteMatrix.h b/xfa/fxbarcode/common/BC_CommonByteMatrix.h index 74e1203481..9bc2a88e8a 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); |