Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(473)

Unified Diff: xfa/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.h

Issue 2067903002: Make code compile with clang_use_chrome_plugin (part III) (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: fix comments Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: xfa/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.h
diff --git a/xfa/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.h b/xfa/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.h
index f914354124b3a37cc330c89f2bcb03eafef9f129..23fbe74bc3b732114bc23ec75941420bbe95b69c 100644
--- a/xfa/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.h
+++ b/xfa/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.h
@@ -14,7 +14,8 @@ class CBC_DetectionResultRowIndicatorColumn : public CBC_DetectionResultColumn {
public:
CBC_DetectionResultRowIndicatorColumn(CBC_BoundingBox* boundingBox,
FX_BOOL isLeft);
- virtual ~CBC_DetectionResultRowIndicatorColumn();
+ ~CBC_DetectionResultRowIndicatorColumn() override;
+
void setRowNumbers();
int32_t adjustCompleteIndicatorColumnRowNumbers(
CBC_BarcodeMetadata barcodeMetadata);

Powered by Google App Engine
This is Rietveld 408576698