summaryrefslogtreecommitdiff
path: root/fpdfsdk/cpdfsdk_baannot.h
diff options
context:
space:
mode:
Diffstat (limited to 'fpdfsdk/cpdfsdk_baannot.h')
-rw-r--r--fpdfsdk/cpdfsdk_baannot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/cpdfsdk_baannot.h b/fpdfsdk/cpdfsdk_baannot.h
index c7300c46e5..ac3c0cb384 100644
--- a/fpdfsdk/cpdfsdk_baannot.h
+++ b/fpdfsdk/cpdfsdk_baannot.h
@@ -95,7 +95,7 @@ class CPDFSDK_BAAnnot : public CPDFSDK_Annot {
int GetLayoutOrder() const override;
protected:
- CFX_UnownedPtr<CPDF_Annot> const m_pAnnot;
+ UnownedPtr<CPDF_Annot> const m_pAnnot;
};
#endif // FPDFSDK_CPDFSDK_BAANNOT_H_