diff options
Diffstat (limited to 'fpdfsdk/cpdfsdk_baannot.h')
-rw-r--r-- | fpdfsdk/cpdfsdk_baannot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/cpdfsdk_baannot.h b/fpdfsdk/cpdfsdk_baannot.h index 10f27e6dec..2da5723eb4 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_ |