diff options
author | dsinclair <dsinclair@chromium.org> | 2016-11-16 08:44:31 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-11-16 08:44:31 -0800 |
commit | d4f24c79c8b67401bdb1326c03083853326f7554 (patch) | |
tree | 6725841e42e304ce2c35614267ab1873d81949a9 /xfa/fwl/core/ifwl_barcode.h | |
parent | 92549cd7502296328aecef23dab6d7fc0e847645 (diff) | |
download | pdfium-d4f24c79c8b67401bdb1326c03083853326f7554.tar.xz |
Continue fwl/core nit cleanup.
Review-Url: https://codereview.chromium.org/2501033005
Diffstat (limited to 'xfa/fwl/core/ifwl_barcode.h')
-rw-r--r-- | xfa/fwl/core/ifwl_barcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/core/ifwl_barcode.h b/xfa/fwl/core/ifwl_barcode.h index d69cd23fcb..09ec1f3e7d 100644 --- a/xfa/fwl/core/ifwl_barcode.h +++ b/xfa/fwl/core/ifwl_barcode.h @@ -73,7 +73,7 @@ class IFWL_Barcode : public IFWL_Edit { void SetText(const CFX_WideString& wsText) override; void SetType(BC_TYPE type); - bool IsProtectedType(); + bool IsProtectedType() const; private: void GenerateBarcodeImageCache(); |