git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43769
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
void wxDbGridTableBase::ValidateRow(int row)
{
void wxDbGridTableBase::ValidateRow(int row)
{
- wxLogDebug(wxT("ValidateRow(%i) currently on row (%i). Array count = %i"),row,m_row,m_keys.GetCount());
+ wxLogDebug(wxT("ValidateRow(%i) currently on row (%i). Array count = %lu"),
+ row, m_row, (unsigned long)m_keys.GetCount());
if (row == m_row)
return;
if (row == m_row)
return;