[idd] helper: remove compiler warnings

This commit is contained in:
Quantum
2025-11-09 21:50:56 -05:00
parent 3ed08ba56c
commit 4882a3fbd6
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)