mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +00:00
Reorder class initializer lists
This commit is contained in:
parent
be1fe80bb6
commit
d3fa8a6167
2 changed files with 3 additions and 3 deletions
|
@ -19,8 +19,8 @@ class IBannerLoader
|
|||
{
|
||||
public:
|
||||
IBannerLoader()
|
||||
: m_pBannerFile(nullptr)
|
||||
, m_IsValid(false)
|
||||
: m_IsValid(false)
|
||||
, m_pBannerFile(nullptr)
|
||||
{}
|
||||
|
||||
virtual ~IBannerLoader()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue