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