| Index: xfa/fde/fde_object.h
|
| diff --git a/xfa/fde/fde_object.h b/xfa/fde/fde_object.h
|
| index 7df5de2638545ae5c83d53f0d1f7591132ff4ae3..2af18ec3b7a42db738c517d3478b250ab878e4b8 100644
|
| --- a/xfa/fde/fde_object.h
|
| +++ b/xfa/fde/fde_object.h
|
| @@ -26,7 +26,7 @@ class CFDE_Brush : public CFX_Target {
|
| class CFDE_Pen : public CFX_Target {
|
| public:
|
| CFDE_Pen() : m_Color(0) {}
|
| - ~CFDE_Pen() {}
|
| + ~CFDE_Pen() override {}
|
|
|
| FX_ARGB GetColor() const { return m_Color; }
|
| void SetColor(FX_ARGB color) { m_Color = color; }
|
|
|