From 3be88bb2dd59136a3d69ea9c8381333987fb20b2 Mon Sep 17 00:00:00 2001 From: facugaich Date: Sat, 20 Dec 2008 18:46:49 +0000 Subject: - Janitorial tasks - Bugfix in ARCode/Patch editor git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1612 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/DebuggerWX/Src/LogWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/DebuggerWX/Src/LogWindow.cpp') diff --git a/Source/Core/DebuggerWX/Src/LogWindow.cpp b/Source/Core/DebuggerWX/Src/LogWindow.cpp index 7c14c96368..d3c92bdfcd 100644 --- a/Source/Core/DebuggerWX/Src/LogWindow.cpp +++ b/Source/Core/DebuggerWX/Src/LogWindow.cpp @@ -73,7 +73,7 @@ CLogWindow::CLogWindow(wxWindow* parent) m_options->SetMinSize(wxSize(m_options->GetSize().GetWidth() - 40, m_options->GetCount() * 15)); #ifdef _WIN32 - for (int i = 0; i < m_options->GetCount(); ++i) + for (unsigned int i = 0; i < m_options->GetCount(); ++i) m_options->GetItem(i)->SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_BTNFACE)); #endif -- cgit v1.2.3