*: use defaulted destructors
This commit is contained in:
@@ -29,7 +29,10 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
AudioOutputSource::AudioOutputSource() noexcept {}
|
||||
AudioOutputSource::AudioOutputSource() noexcept
|
||||
{
|
||||
}
|
||||
|
||||
AudioOutputSource::~AudioOutputSource() noexcept = default;
|
||||
|
||||
AudioFormat
|
||||
|
Reference in New Issue
Block a user