mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-15 23:08:51 +00:00
DiscIO: Make classes final
This commit is contained in:
parent
f8bf35e6f0
commit
301cc5ee63
13 changed files with 14 additions and 14 deletions
|
@ -38,7 +38,7 @@ struct NFSHeader
|
|||
};
|
||||
static_assert(sizeof(NFSHeader) == 0x200);
|
||||
|
||||
class NFSFileReader : public BlobReader
|
||||
class NFSFileReader final : public BlobReader
|
||||
{
|
||||
public:
|
||||
static std::unique_ptr<NFSFileReader> Create(File::IOFile first_file,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue