Skip to content

Commit

Permalink
Merge pull request #4931 from JosJuice/volume-forward-declarations
Browse files Browse the repository at this point in the history
Forward declare IBlobReader in Volume headers
  • Loading branch information
Helios747 committed Feb 19, 2017
2 parents b8eb108 + 298e818 commit 2b78e33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/DiscIO/VolumeGC.h
Expand Up @@ -16,6 +16,7 @@

namespace DiscIO
{
class IBlobReader;
enum class BlobType;
enum class Country;
enum class Language;
Expand Down
1 change: 1 addition & 0 deletions Source/Core/DiscIO/VolumeWiiCrypted.h
Expand Up @@ -17,6 +17,7 @@

namespace DiscIO
{
class IBlobReader;
enum class BlobType;
enum class Country;
enum class Language;
Expand Down

0 comments on commit 2b78e33

Please sign in to comment.