From a9adaa5601f62031a6e5f33610f82d6293cee886 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 16 Mar 2014 17:00:29 -0400 Subject: [PATCH] Prevent VideoConfig inheritance. --- Source/Core/VideoCommon/VideoConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/VideoCommon/VideoConfig.h b/Source/Core/VideoCommon/VideoConfig.h index 944bab0e0ae7..5d7ddbb0eb66 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);