mirror of https://github.com/stella-emu/stella.git
Fix warnings from clang.
This commit is contained in:
parent
543ddf2ffe
commit
9b620435de
|
@ -113,7 +113,7 @@ class SoundSDL2 : public Sound
|
||||||
|
|
||||||
@param devices List of device names
|
@param devices List of device names
|
||||||
*/
|
*/
|
||||||
void queryHardware(VariantList& devices);
|
void queryHardware(VariantList& devices) override;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Invoked by the sound callback to process the next sound fragment.
|
Invoked by the sound callback to process the next sound fragment.
|
||||||
|
|
Loading…
Reference in New Issue