mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-11 00:29:11 +01:00
compile fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5102 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
7de17cb9c2
commit
a3f7e4fc73
@ -330,6 +330,7 @@ std::string CGameListCtrl::GetGameNames() const
|
||||
return m_gameList;
|
||||
}
|
||||
|
||||
#ifdef _WIN32
|
||||
// This draws our icons on top of the gamelist, it's only used on Windows
|
||||
void CGameListCtrl::OnPaintDrawImages(wxPaintEvent& event)
|
||||
{
|
||||
@ -367,6 +368,7 @@ void CGameListCtrl::OnPaintDrawImages(wxPaintEvent& event)
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
void CGameListCtrl::InsertItemInReportView(long _Index)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user