summaryrefslogtreecommitdiff
path: root/core/fpdfdoc/ctypeset.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fpdfdoc/ctypeset.h')
-rw-r--r--core/fpdfdoc/ctypeset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fpdfdoc/ctypeset.h b/core/fpdfdoc/ctypeset.h
index f769fe1311..1b016ea562 100644
--- a/core/fpdfdoc/ctypeset.h
+++ b/core/fpdfdoc/ctypeset.h
@@ -27,7 +27,7 @@ class CTypeset final {
void OutputLines();
CPVT_FloatRect m_rcRet;
- CPDF_VariableText* const m_pVT;
+ CFX_UnownedPtr<CPDF_VariableText> const m_pVT;
CSection* const m_pSection;
};