mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
DiscIO: Use = default
to define a trivial destructor
This commit is contained in:
@ -44,9 +44,7 @@ WbfsFileReader::WbfsFileReader(File::IOFile file, const std::string& path)
|
||||
m_wlba_table[i] = Common::swap16(m_wlba_table[i]);
|
||||
}
|
||||
|
||||
WbfsFileReader::~WbfsFileReader()
|
||||
{
|
||||
}
|
||||
WbfsFileReader::~WbfsFileReader() = default;
|
||||
|
||||
std::unique_ptr<BlobReader> WbfsFileReader::CopyReader() const
|
||||
{
|
||||
|
Reference in New Issue
Block a user