diff --git a/Source/Core/VideoCommon/VideoConfig.h b/Source/Core/VideoCommon/VideoConfig.h index 944bab0e0a..5d7ddbb0eb 100644 --- a/Source/Core/VideoCommon/VideoConfig.h +++ b/Source/Core/VideoCommon/VideoConfig.h @@ -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);