Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #612 from lioncash/typedef
Core: Get rid of an unnecessary struct typedef in Boot.h.
  • Loading branch information
shuffle2 committed Jul 13, 2014
2 parents 16582a0 + 9d3c010 commit 5e8ff31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Core/Core/Boot/Boot.h
Expand Up @@ -12,13 +12,13 @@
#include "DiscIO/Volume.h"
using DiscIO::IVolume;

typedef struct CountrySetting
struct CountrySetting
{
const std::string area;
const std::string video;
const std::string game;
const std::string code;
} CountrySetting;
};

class CBoot
{
Expand Down

0 comments on commit 5e8ff31

Please sign in to comment.