mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-06 19:01:36 +03:00
DiscIO: Use = default
to define a trivial destructor
This commit is contained in:
parent
f8bf35e6f0
commit
7123fcd19b
6 changed files with 6 additions and 16 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue