Index: xfa/fxbarcode/qrcode/BC_QRFinderPattern.cpp |
diff --git a/xfa/fxbarcode/qrcode/BC_QRFinderPattern.cpp b/xfa/fxbarcode/qrcode/BC_QRFinderPattern.cpp |
index 5039920e3272d8fc5d5fcfd6fc636f62e7d0ae2f..1bc9648835d89f0d16eb6c7578ffbe0107acd82c 100644 |
--- a/xfa/fxbarcode/qrcode/BC_QRFinderPattern.cpp |
+++ b/xfa/fxbarcode/qrcode/BC_QRFinderPattern.cpp |
@@ -44,7 +44,7 @@ CBC_QRFinderPattern* CBC_QRFinderPattern::Clone() { |
FX_FLOAT CBC_QRFinderPattern::GetEstimatedModuleSize() { |
return m_estimatedModuleSize; |
} |
-int32_t CBC_QRFinderPattern::GetCount() { |
+int32_t CBC_QRFinderPattern::GetCount() const { |
return m_count; |
} |
void CBC_QRFinderPattern::IncrementCount() { |