[Scummvm-git-logs] scummvm master -> 8d4b8d2c70223b5d591eae4d7b1a5daabd676da0

sev- noreply at scummvm.org
Sat Jul 27 08:15:44 UTC 2024


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:
8d4b8d2c70 AUDIO: Add missing override keyword


Commit: 8d4b8d2c70223b5d591eae4d7b1a5daabd676da0
    https://github.com/scummvm/scummvm/commit/8d4b8d2c70223b5d591eae4d7b1a5daabd676da0
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-07-27T10:15:21+02:00

Commit Message:
AUDIO: Add missing override keyword

Changed paths:
    audio/softsynth/cms.h


diff --git a/audio/softsynth/cms.h b/audio/softsynth/cms.h
index 652e40dd2c9..4e7d7618395 100644
--- a/audio/softsynth/cms.h
+++ b/audio/softsynth/cms.h
@@ -78,7 +78,7 @@ public:
 	void write(int a, int v) override;
 	void writeReg(int r, int v) override;
 
-	bool isStereo() const { return true; }
+	bool isStereo() const override { return true; }
 
 protected:
 	void generateSamples(int16 *buffer, int numSamples) override;




More information about the Scummvm-git-logs mailing list