mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
DiscIO: Make classes final
This commit is contained in:
@ -244,7 +244,7 @@ private:
|
||||
std::optional<DiscIO::Partition> m_wrapped_partition = std::nullopt;
|
||||
};
|
||||
|
||||
class DirectoryBlobReader : public BlobReader
|
||||
class DirectoryBlobReader final : public BlobReader
|
||||
{
|
||||
friend DiscContent;
|
||||
|
||||
|
Reference in New Issue
Block a user