Index: core/fpdfapi/page/cpdf_pathobject.h |
diff --git a/core/fpdfapi/page/cpdf_pathobject.h b/core/fpdfapi/page/cpdf_pathobject.h |
index d5ce5c0d02c57f67ed6660b047c3fcdf0b8b3c8f..58499b5a53a41b2de046bdd4e01db85ea65a92fc 100644 |
--- a/core/fpdfapi/page/cpdf_pathobject.h |
+++ b/core/fpdfapi/page/cpdf_pathobject.h |
@@ -18,7 +18,6 @@ class CPDF_PathObject : public CPDF_PageObject { |
~CPDF_PathObject() override; |
// CPDF_PageObject |
- CPDF_PathObject* Clone() const override; |
Type GetType() const override; |
void Transform(const CFX_Matrix& maxtrix) override; |
bool IsPath() const override; |