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

Unified Diff: xfa/fxbarcode/oned/BC_OnedEAN8Reader.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: address 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
« no previous file with comments | « xfa/fxbarcode/oned/BC_OnedEAN13Writer.h ('k') | xfa/fxbarcode/oned/BC_OnedEAN8Writer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxbarcode/oned/BC_OnedEAN8Reader.h
diff --git a/xfa/fxbarcode/oned/BC_OnedEAN8Reader.h b/xfa/fxbarcode/oned/BC_OnedEAN8Reader.h
index ab2d5e3178833e0190972fbef25bc11d55d059fc..756565dd8f9b00e79ed346942402a5809404ae19 100644
--- a/xfa/fxbarcode/oned/BC_OnedEAN8Reader.h
+++ b/xfa/fxbarcode/oned/BC_OnedEAN8Reader.h
@@ -14,13 +14,13 @@ class CBC_CommonBitArray;
class CBC_OnedEAN8Reader : public CBC_OneDimReader {
public:
CBC_OnedEAN8Reader();
- virtual ~CBC_OnedEAN8Reader();
+ ~CBC_OnedEAN8Reader() override;
protected:
int32_t DecodeMiddle(CBC_CommonBitArray*,
CFX_Int32Array* startRange,
CFX_ByteString& result,
- int32_t& e);
+ int32_t& e) override;
};
#endif // XFA_FXBARCODE_ONED_BC_ONEDEAN8READER_H_
« no previous file with comments | « xfa/fxbarcode/oned/BC_OnedEAN13Writer.h ('k') | xfa/fxbarcode/oned/BC_OnedEAN8Writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698