Chromium Code Reviews| Index: xfa/fxfa/app/xfa_ffdraw.h |
| diff --git a/xfa/fxfa/app/xfa_ffdraw.h b/xfa/fxfa/app/xfa_ffdraw.h |
| index c3c1c14445ae330238ec3aec8929ec021f538c3e..ee66871217ee661a0968b32eea06242f0b2690cc 100644 |
| --- a/xfa/fxfa/app/xfa_ffdraw.h |
| +++ b/xfa/fxfa/app/xfa_ffdraw.h |
| @@ -13,7 +13,7 @@ |
| class CXFA_FFDraw : public CXFA_FFWidget { |
| public: |
| CXFA_FFDraw(CXFA_FFPageView* pPageView, CXFA_WidgetAcc* pDataAcc); |
| - virtual ~CXFA_FFDraw(); |
| + ~CXFA_FFDraw() override; |
| }; |
| #endif // XFA_FXFA_APP_XFA_FFDRAW_H_ |