Warning fix for wxOS2 night build.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-03-28 14:15:10 +00:00
parent 989ab1e5a6
commit 020e385d47

View File

@@ -607,7 +607,7 @@ void wxListBox::SetString(unsigned int n, const wxString& rsString)
int nNewN = n;
if (n == (int)(m_nNumItems - 1))
if (n == (m_nNumItems - 1))
nNewN = -1;
::WinSendMsg( GetHwnd()