mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
VolumeGC: Add a default constructor for ConvertedGCBanner
Without this, it fails to build with the following error in g++ 7.2.0: > constructor required before non-static data member has been parsed
This commit is contained in:
parent
7cb8d6612c
commit
6f1b156020
2 changed files with 5 additions and 0 deletions
|
@ -277,4 +277,6 @@ VolumeGC::ConvertedGCBanner VolumeGC::ExtractBannerInformation(const GCBanner& b
|
|||
return banner;
|
||||
}
|
||||
|
||||
VolumeGC::ConvertedGCBanner::ConvertedGCBanner() = default;
|
||||
VolumeGC::ConvertedGCBanner::~ConvertedGCBanner() = default;
|
||||
} // namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue