compile fix

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5102 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee 2010-02-21 20:28:33 +00:00
parent 7de17cb9c2
commit a3f7e4fc73
1 changed files with 2 additions and 0 deletions

View File

@ -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)
{