Index: src/ch/UpdaterDlg.h =================================================================== diff -u -r12b36349f6214befeace08efa9acc7e03be0d847 -r12ee49f6bf1f8921500ee2078e0a8c2d7b6d2a45 --- src/ch/UpdaterDlg.h (.../UpdaterDlg.h) (revision 12b36349f6214befeace08efa9acc7e03be0d847) +++ src/ch/UpdaterDlg.h (.../UpdaterDlg.h) (revision 12ee49f6bf1f8921500ee2078e0a8c2d7b6d2a45) @@ -25,7 +25,7 @@ CUpdaterDlg(bool bBackgroundMode, CWnd* pParent = nullptr); // standard constructor virtual ~CUpdaterDlg(); - virtual BOOL OnInitDialog(); + BOOL OnInitDialog() override; void CheckForUpdates(); @@ -35,7 +35,7 @@ afx_msg void OnSelchangeChannelCombo(); protected: - virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support + void DoDataExchange(CDataExchange* pDX) override; // DDX/DDV support DECLARE_MESSAGE_MAP()