diff options
Diffstat (limited to 'xfa/fde/fde_object.h')
-rw-r--r-- | xfa/fde/fde_object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fde/fde_object.h b/xfa/fde/fde_object.h index 7df5de2638..2af18ec3b7 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; } |