Index: xfa/fwl/core/ifwl_barcode.h |
diff --git a/xfa/fwl/core/ifwl_barcode.h b/xfa/fwl/core/ifwl_barcode.h |
index d69cd23fcba2621b5323ada4451860f2e496363b..09ec1f3e7d8985f7a5f56a0081eeebf889d80522 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(); |