Index: src/ch/FeedbackReplaceDlg.h =================================================================== diff -u -r8068e0c351055554340ac9755d1bc846893bf2b8 -r12ee49f6bf1f8921500ee2078e0a8c2d7b6d2a45 --- src/ch/FeedbackReplaceDlg.h (.../FeedbackReplaceDlg.h) (revision 8068e0c351055554340ac9755d1bc846893bf2b8) +++ src/ch/FeedbackReplaceDlg.h (.../FeedbackReplaceDlg.h) (revision 12ee49f6bf1f8921500ee2078e0a8c2d7b6d2a45) @@ -27,12 +27,13 @@ CFeedbackReplaceDlg(const chcore::TFileInfo& spSrcFile, const chcore::TFileInfo& spDstFile, CWnd* pParent = nullptr); // standard constructor virtual ~CFeedbackReplaceDlg(); - virtual BOOL OnInitDialog(); + BOOL OnInitDialog() override; bool IsApplyToAllItemsChecked() const; protected: - virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support + void DoDataExchange(CDataExchange* pDX) override; // DDX/DDV support + void OnCancel() override; void RefreshFilesInfo(); void RefreshImages();