mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-09 11:55:52 -05:00
DiscIO: Use = default to define a trivial destructor
This commit is contained in:
@@ -159,9 +159,7 @@ VolumeWii::VolumeWii(std::unique_ptr<BlobReader> reader)
|
||||
}
|
||||
}
|
||||
|
||||
VolumeWii::~VolumeWii()
|
||||
{
|
||||
}
|
||||
VolumeWii::~VolumeWii() = default;
|
||||
|
||||
bool VolumeWii::Read(u64 offset, u64 length, u8* buffer, const Partition& partition) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user