Index: xfa/fxfa/app/xfa_ffsubform.h |
diff --git a/xfa/fxfa/app/xfa_ffsubform.h b/xfa/fxfa/app/xfa_ffsubform.h |
index fd3da98670517e7fb0bcdf869b1a97f03a6512cd..6607edf23bdde1a78e3f2027aa454c73fc79b178 100644 |
--- a/xfa/fxfa/app/xfa_ffsubform.h |
+++ b/xfa/fxfa/app/xfa_ffsubform.h |
@@ -13,7 +13,7 @@ |
class CXFA_FFSubForm : public CXFA_FFWidget { |
public: |
CXFA_FFSubForm(CXFA_FFPageView* pPageView, CXFA_WidgetAcc* pDataAcc); |
- virtual ~CXFA_FFSubForm(); |
+ ~CXFA_FFSubForm() override; |
}; |
#endif // XFA_FXFA_APP_XFA_FFSUBFORM_H_ |