mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Merge pull request #177 from lioncash/videoconfig-inheritance
Prevent VideoConfig inheritance.
This commit is contained in:
commit
09dc5c9703
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue