diff options
Diffstat (limited to 'core/fpdfdoc/csection.h')
-rw-r--r-- | core/fpdfdoc/csection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fpdfdoc/csection.h b/core/fpdfdoc/csection.h index aefdcaf7b2..7c2b70b7dc 100644 --- a/core/fpdfdoc/csection.h +++ b/core/fpdfdoc/csection.h @@ -57,7 +57,7 @@ class CSection final { void ClearRightWords(int32_t nWordIndex); void ClearMidWords(int32_t nBeginIndex, int32_t nEndIndex); - CFX_UnownedPtr<CPDF_VariableText> const m_pVT; + UnownedPtr<CPDF_VariableText> const m_pVT; }; #endif // CORE_FPDFDOC_CSECTION_H_ |