Addressed reviews

This commit is contained in:
B3N30 2018-12-16 15:03:23 +01:00
parent 847003cc1c
commit bd9984b5f8
14 changed files with 282 additions and 225 deletions

View file

@ -6,7 +6,9 @@
namespace AudioCore::HLE {
NullDecoder::NullDecoder() {}
DecoderBase::~DecoderBase(){};
NullDecoder::NullDecoder() = default;
NullDecoder::~NullDecoder() = default;