[Scummvm-git-logs] scummvm master -> ff53a501868d1c840571c11f8b9e9a6ff8504db6

sev- noreply at scummvm.org
Tue Mar 24 00:22:21 UTC 2026


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
ff53a50186 BAGEL: Added missing override keyword


Commit: ff53a501868d1c840571c11f8b9e9a6ff8504db6
    https://github.com/scummvm/scummvm/commit/ff53a501868d1c840571c11f8b9e9a6ff8504db6
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-03-24T01:21:15+01:00

Commit Message:
BAGEL: Added missing override keyword

Changed paths:
    engines/bagel/hodjnpodj/metagame/saves/savedlg.h


diff --git a/engines/bagel/hodjnpodj/metagame/saves/savedlg.h b/engines/bagel/hodjnpodj/metagame/saves/savedlg.h
index 1c10259f6b3..6dde55e391a 100644
--- a/engines/bagel/hodjnpodj/metagame/saves/savedlg.h
+++ b/engines/bagel/hodjnpodj/metagame/saves/savedlg.h
@@ -46,7 +46,7 @@ protected:
 	virtual void OnCancel() override;
 	afx_msg void OnDestroy();
 	afx_msg void OnPaint();
-	afx_msg void OnOK();
+	afx_msg void OnOK() override;
 	//}}AFX_MSG
 	DECLARE_MESSAGE_MAP()
 




More information about the Scummvm-git-logs mailing list