Skip to content

Commit

Permalink
Merge pull request #177 from lioncash/videoconfig-inheritance
Browse files Browse the repository at this point in the history
Prevent VideoConfig inheritance.
  • Loading branch information
delroth committed Mar 16, 2014
2 parents 927a97c + a9adaa5 commit 09dc5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/VideoCommon/VideoConfig.h
Expand Up @@ -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);
Expand Down

0 comments on commit 09dc5c9

Please sign in to comment.