Fix some type comparion warnings.

This commit is contained in:
Unknown W. Brackets 2014-04-27 20:17:22 -07:00
parent db1ca2f89f
commit 5f6a2e498a
4 changed files with 6 additions and 6 deletions

View file

@ -210,7 +210,7 @@ void MemoryViewerPanel::ShowMemory()
t_mem_ascii->SetValue(t_mem_ascii_str);
}
void MemoryViewerPanel::ShowImage(wxWindow* parent, u32 addr, int mode, int width, int height, bool flipv)
void MemoryViewerPanel::ShowImage(wxWindow* parent, u32 addr, int mode, u32 width, u32 height, bool flipv)
{
wxString title = wxString::Format("Raw Image @ 0x%x", addr);