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

Unified Diff: xfa/fxbarcode/datamatrix/BC_DataMatrixReader.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
Index: xfa/fxbarcode/datamatrix/BC_DataMatrixReader.h
diff --git a/xfa/fxbarcode/datamatrix/BC_DataMatrixReader.h b/xfa/fxbarcode/datamatrix/BC_DataMatrixReader.h
index 21fc54eeb5793c13ef48e0a2f2f4b672be920fcb..c7a0995dcb42d78e7e8864180cd0134ac850aa50 100644
--- a/xfa/fxbarcode/datamatrix/BC_DataMatrixReader.h
+++ b/xfa/fxbarcode/datamatrix/BC_DataMatrixReader.h
@@ -15,9 +15,13 @@ class CBC_DataMatrixDecoder;
class CBC_DataMatrixReader : public CBC_Reader {
public:
CBC_DataMatrixReader();
- virtual ~CBC_DataMatrixReader();
- CFX_ByteString Decode(CBC_BinaryBitmap* image, int32_t& e);
- CFX_ByteString Decode(CBC_BinaryBitmap* image, int hints, int32_t& e);
+ ~CBC_DataMatrixReader() override;
+
+ // CBC_Reader
+ CFX_ByteString Decode(CBC_BinaryBitmap* image, int32_t& e) override;
+ CFX_ByteString Decode(CBC_BinaryBitmap* image,
+ int hints,
+ int32_t& e) override;
virtual void Init();
« no previous file with comments | « xfa/fxbarcode/datamatrix/BC_DataMatrixDetector.cpp ('k') | xfa/fxbarcode/datamatrix/BC_DataMatrixReader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698