[Scummvm-git-logs] scummvm master -> f1a8595d6dd18fa9d21156fa30b5a056e5ec66aa
sev-
noreply at scummvm.org
Fri Nov 10 14:22:48 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
f1a8595d6d BACKENDS: Add missing override keyword
Commit: f1a8595d6dd18fa9d21156fa30b5a056e5ec66aa
https://github.com/scummvm/scummvm/commit/f1a8595d6dd18fa9d21156fa30b5a056e5ec66aa
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-11-10T15:22:26+01:00
Commit Message:
BACKENDS: Add missing override keyword
Changed paths:
backends/mixer/null/null-mixer.h
diff --git a/backends/mixer/null/null-mixer.h b/backends/mixer/null/null-mixer.h
index 6495e19a172..d21e4a97e9d 100644
--- a/backends/mixer/null/null-mixer.h
+++ b/backends/mixer/null/null-mixer.h
@@ -38,7 +38,7 @@ public:
NullMixerManager();
virtual ~NullMixerManager();
- void init();
+ void init() override;
void update(uint8 callbackPeriod = 10);
void suspendAudio() override;
More information about the Scummvm-git-logs
mailing list