mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01:00
Prevent VideoConfig inheritance.
This commit is contained in:
parent
927a97c2a5
commit
a9adaa5601
@ -47,7 +47,7 @@ enum EFBScale
|
||||
class IniFile;
|
||||
|
||||
// NEVER inherit from this class.
|
||||
struct VideoConfig
|
||||
struct VideoConfig final
|
||||
{
|
||||
VideoConfig();
|
||||
void Load(const std::string& ini_file);
|
||||
|
Loading…
x
Reference in New Issue
Block a user