summaryrefslogtreecommitdiff
path: root/core/fpdfapi/page/cpdf_formobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fpdfapi/page/cpdf_formobject.h')
-rw-r--r--core/fpdfapi/page/cpdf_formobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fpdfapi/page/cpdf_formobject.h b/core/fpdfapi/page/cpdf_formobject.h
index dc53c454c4..c24bfbfd2c 100644
--- a/core/fpdfapi/page/cpdf_formobject.h
+++ b/core/fpdfapi/page/cpdf_formobject.h
@@ -33,7 +33,7 @@ class CPDF_FormObject final : public CPDF_PageObject {
const CFX_Matrix& form_matrix() const { return m_FormMatrix; }
private:
- const std::unique_ptr<CPDF_Form> m_pForm;
+ std::unique_ptr<CPDF_Form> const m_pForm;
CFX_Matrix m_FormMatrix;
};