Prevent VideoConfig inheritance.

This commit is contained in:
Lioncash 2014-03-16 17:00:29 -04:00
parent 927a97c2a5
commit a9adaa5601
1 changed files with 1 additions and 1 deletions

View File

@ -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);