Index: fpdfsdk/cpdfsdk_baannot.h |
diff --git a/fpdfsdk/cpdfsdk_baannot.h b/fpdfsdk/cpdfsdk_baannot.h |
index 10f27e6dec7f17f70934d40fcfb9959d5b00bf25..2da5723eb4e6a374b4363e4804df225feef758a4 100644 |
--- a/fpdfsdk/cpdfsdk_baannot.h |
+++ b/fpdfsdk/cpdfsdk_baannot.h |
@@ -100,7 +100,7 @@ class CPDFSDK_BAAnnot : public CPDFSDK_Annot { |
void SetOpenState(bool bState); |
protected: |
- CPDF_Annot* m_pAnnot; |
+ CPDF_Annot* const m_pAnnot; |
}; |
#endif // FPDFSDK_CPDFSDK_BAANNOT_H_ |