mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
DiscIO: Make classes final
This commit is contained in:
parent
f8bf35e6f0
commit
301cc5ee63
13 changed files with 14 additions and 14 deletions
|
@ -30,7 +30,7 @@ struct CISOHeader
|
|||
u8 map[CISO_MAP_SIZE];
|
||||
};
|
||||
|
||||
class CISOFileReader : public BlobReader
|
||||
class CISOFileReader final : public BlobReader
|
||||
{
|
||||
public:
|
||||
static std::unique_ptr<CISOFileReader> Create(File::IOFile file);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue