From 3ba261854748ea69368cc777466a4409191c8a46 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Tue, 13 Feb 2024 13:48:31 -0500 Subject: [PATCH] Fix formatting, add comment. --- Components/AY38910/AY38910.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Components/AY38910/AY38910.hpp b/Components/AY38910/AY38910.hpp index 3e951bbad..0c21c1063 100644 --- a/Components/AY38910/AY38910.hpp +++ b/Components/AY38910/AY38910.hpp @@ -173,9 +173,10 @@ template struct AY38910: public AY38910SampleSource, public Outputs::Speaker::SampleSource, stereo, 4> { + // Use the same constructor as `AY38910SampleSource` (along with inheriting + // the rest of its interface). using AY38910SampleSource::AY38910SampleSource; - - }; +}; /*! Provides helper code, to provide something closer to the interface exposed by many