Index: src/ch/CustomCopyDlg.h =================================================================== diff -u -r4fe995b304ea342b50293f92d3c1992b43b820f7 -r12ee49f6bf1f8921500ee2078e0a8c2d7b6d2a45 --- src/ch/CustomCopyDlg.h (.../CustomCopyDlg.h) (revision 4fe995b304ea342b50293f92d3c1992b43b820f7) +++ src/ch/CustomCopyDlg.h (.../CustomCopyDlg.h) (revision 12ee49f6bf1f8921500ee2078e0a8c2d7b6d2a45) @@ -36,11 +36,11 @@ // Overrides protected: - virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support + void DoDataExchange(CDataExchange* pDX) override; // DDX/DDV support // Implementation protected: - virtual void OnLanguageChanged(); + void OnLanguageChanged() override; void UpdateFilesListCtrlHeaderWidth(); @@ -55,12 +55,12 @@ void UpdateInternalTaskDefinition(); // Generated message map functions - virtual BOOL OnInitDialog(); + BOOL OnInitDialog() override; afx_msg void OnAddDirectoryButton(); afx_msg void OnAddFilesButton(); afx_msg void OnRemoveButton(); afx_msg void OnBrowseButton(); - virtual void OnOK(); + void OnOK() override; afx_msg void OnChangebufferButton(); afx_msg void OnAddfilterButton(); afx_msg void OnRemovefilterButton();