| Index: core/fpdfapi/page/cpdf_path.cpp
|
| diff --git a/core/fpdfapi/page/cpdf_path.cpp b/core/fpdfapi/page/cpdf_path.cpp
|
| index e80edf798e3128a4981fd504512a72ce16e29a45..2bfda75f56b47258db6be5e11195b15070dc6820 100644
|
| --- a/core/fpdfapi/page/cpdf_path.cpp
|
| +++ b/core/fpdfapi/page/cpdf_path.cpp
|
| @@ -49,7 +49,7 @@ CFX_FloatRect CPDF_Path::GetBoundingBox(FX_FLOAT line_width,
|
| return m_Ref.GetObject()->GetBoundingBox(line_width, miter_limit);
|
| }
|
|
|
| -FX_BOOL CPDF_Path::IsRect() const {
|
| +bool CPDF_Path::IsRect() const {
|
| return m_Ref.GetObject()->IsRect();
|
| }
|
|
|
|
|