[idd] helper: remove compiler warnings

This commit is contained in:
Quantum
2025-11-09 21:50:56 -05:00
committed by Geoffrey McRae
parent 3ed08ba56c
commit af207a2fe1
3 changed files with 4 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ int CListBox::getSel()
int CListBox::getData(int index)
{
return ListBox_GetItemData(m_hwnd, index);
return (int) ListBox_GetItemData(m_hwnd, index);
}
void CListBox::setSel(int index)