diff options
Diffstat (limited to 'xfa/fxbarcode/qrcode/BC_QRFinderPattern.h')
-rw-r--r-- | xfa/fxbarcode/qrcode/BC_QRFinderPattern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxbarcode/qrcode/BC_QRFinderPattern.h b/xfa/fxbarcode/qrcode/BC_QRFinderPattern.h index bf3adffea4..0dc2f3cfcb 100644 --- a/xfa/fxbarcode/qrcode/BC_QRFinderPattern.h +++ b/xfa/fxbarcode/qrcode/BC_QRFinderPattern.h @@ -18,7 +18,7 @@ class CBC_QRFinderPattern : public CBC_ResultPoint { CBC_QRFinderPattern(FX_FLOAT x, FX_FLOAT posY, FX_FLOAT estimatedModuleSize); virtual ~CBC_QRFinderPattern(); - int32_t GetCount(); + int32_t GetCount() const; FX_FLOAT GetX(); FX_FLOAT GetY(); FX_FLOAT GetEstimatedModuleSize(); |