| Index: core/fpdfapi/fpdf_page/include/cpdf_path.h
|
| diff --git a/core/fpdfapi/fpdf_page/include/cpdf_path.h b/core/fpdfapi/fpdf_page/include/cpdf_path.h
|
| index a9b0a7fac06cb2c0cfbf75285beebbf399bb0a60..ae98531214dbecfc2d32a3813809bbe768f9d335 100644
|
| --- a/core/fpdfapi/fpdf_page/include/cpdf_path.h
|
| +++ b/core/fpdfapi/fpdf_page/include/cpdf_path.h
|
| @@ -20,7 +20,7 @@ class CPDF_Path {
|
| ~CPDF_Path();
|
|
|
| void Emplace() { m_Ref.Emplace(); }
|
| - operator bool() const { return !!m_Ref; }
|
| + explicit operator bool() const { return !!m_Ref; }
|
|
|
| int GetPointCount() const;
|
| void SetPointCount(int count);
|
|
|